forked from SpringRoll/SpringRoll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 781 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": "0.4.15",
"main": "dist/core.min.js",
"dependencies":
{
"preloadjs": "https://github.com/SpringRoll/PreloadJS.git",
"bellhop": "*"
},
"devDependencies":
{
"pixi.js": "https://github.com/SpringRoll/pixi.js.git",
"easeljs": "https://github.com/SpringRoll/EaselJS.git",
"tweenjs": "https://github.com/SpringRoll/TweenJS.git",
"soundjs": "https://github.com/SpringRoll/SoundJS.git",
"qunit": "*",
"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"
]
}