forked from SpringRoll/SpringRoll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 816 Bytes
/
bower.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
39
{
"name": "springroll",
"version": "1.1.0",
"main": "dist/core.min.js",
"dependencies":
{
"preloadjs": "https://github.com/SpringRoll/PreloadJS.git#^0.6.3",
"bellhop": "*"
},
"devDependencies":
{
"pixi.js": "https://github.com/SpringRoll/pixi.js.git#^3.0.0",
"easeljs": "https://github.com/SpringRoll/EaselJS.git#^0.8.0",
"tweenjs": "https://github.com/SpringRoll/TweenJS.git#^0.6.0",
"soundjs": "https://github.com/SpringRoll/SoundJS.git#^0.6.5",
"qunit": "~1",
"google-code-prettify": "*",
"bind-polyfill": "*",
"jquery": "*"
},
"ignore": [
"Gruntfile.js",
"tasks",
"examples",
"docs",
"src",
"test",
"tools",
".bowerrc",
".editorconfig",
".jsbeautifyrc",
".travis.yml",
".gitattributes",
"library.json",
"package.json",
".gitignore",
".npmignore"
]
}