forked from josex2r/jQuery-SlotMachine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
70 lines (70 loc) · 1.34 KB
/
bower.json
File metadata and controls
70 lines (70 loc) · 1.34 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "jQuery-SlotMachine",
"description": "A simple jQuery plugin to make slot machine animation effect",
"version": "2.2.0",
"keywords": [
"slots",
"gambling",
"lists",
"fun",
"zany",
"winning",
"machine"
],
"authors": [
{
"name": "Jose Luis Represa",
"email": "codex2r@gmail.com",
"url": "https://github.com/josex2r"
}
],
"repository": {
"type": "git",
"url": "git://github.com/josex2r/jQuery-SlotMachine.git"
},
"main": "./dist/jquery.slotmachine.min.js",
"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"
},
"ignore": [
"README*",
"LICENSE*",
"CONTRIBUTING.md",
"**/*.sass",
"**/*.coffee",
"**/sample.*",
"**/rainbow.js",
"**/rainbow.css",
"**/jquery.js",
"**/jquery.css",
"node_modules",
"libs",
"samples",
"spec",
"bourbon",
"neat",
"packages",
"images",
"img",
"css",
"test",
"Cakefile*",
"Rakefile*",
"Gemfile*",
"Gruntfile*",
".git*",
".travis*",
"package.json",
"*bower.json",
"*jquery.json",
"index*",
".travis.yml"
]
}