-
Notifications
You must be signed in to change notification settings - Fork 0
/
jslots.jquery.json
36 lines (35 loc) · 982 Bytes
/
jslots.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "jslots",
"title": "jQuery jSlots",
"description": "jSlots is 2k of jQuery slot machine magic. It turns any list (<ol> or <ul>) into a slot machine!",
"keywords": [
"slots",
"gambling",
"lists",
"fun",
"zany",
"winning"
],
"version": "1.0.3",
"dependencies": {
"jquery": ">=1.4.1"
},
"author": {
"name": "Matthew Lein",
"url": "http://matthewlein.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/matthewlein/jQuery-jSlots/issues",
"homepage": "http://matthewlein.com/experiments/slots.html",
"docs": "http://matthewlein.com/experiments/slots.html",
"download": "https://github.com/matthewlein/jQuery-jSlots"
}