forked from josex2r/jQuery-SlotMachine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslotmachine.jquery.json
38 lines (38 loc) · 1.01 KB
/
slotmachine.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
37
38
{
"name": "slotmachine",
"title": "SlotMachine",
"description": "A simple jQuery plugin to make slot machine animation effect",
"keywords": [
"slots",
"gambling",
"lists",
"fun",
"zany",
"winning",
"machine"
],
"version": "2.1.0",
"download": "https://github.com/josex2r/jQuery-SlotMachine",
"homepage": "https://github.com/josex2r/jQuery-SlotMachine",
"demo": "http://josex2r.github.io/jQuery-SlotMachine/",
"docs": "https://github.com/josex2r/jQuery-SlotMachine#readme",
"author": {
"name": "Jose Luis Represa",
"email": "[email protected]",
"url": "https://github.com/josex2r"
},
"repository": {
"type": "git",
"url": "git://github.com/josex2r/jQuery-SlotMachine.git"
},
"bugs": "https://github.com/josex2r/jQuery-SlotMachine/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/josex2r/jQuery-SlotMachine/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">=1.7"
}
}