-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (39 loc) · 988 Bytes
/
bower.json
File metadata and controls
41 lines (39 loc) · 988 Bytes
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
{
"name": "spitfirejs",
"version": "1.3.0",
"dependencies": {
},
"devDependencies": {
"normalize-css": "1.1.3",
"html5-boilerplate": "4.3.0",
"console-shim": "*",
"json3": "3.2.6",
"es5-shim": "2.1.0",
"stacktrace.js": "stacktracejs/stacktrace.js#0.5.3",
"xmlhttprequest": "ilinsky/xmlhttprequest",
"es6-shim": "0.9.2",
"animationFrame": "kof/animationFrame#0.1.2",
"store": "marcuswestin/store.js#1.3.14",
"ie7": "jsBoot/ie7",
"pie": "master",
"requirejs": "2.1.9",
"headjs": "1.0.3",
"labjs": "*",
"yepnope": "1.5.4",
"yui": "yui/yui3#3.14.1",
"jasmine-reporters": "master",
"jasmine": "1.3.1",
"jasmine-bootstrap": "jsBoot/jasmine-bootstrap#master",
"yuidoc-bootstrap-theme": "kevinlacotaco/yuidoc-bootstrap-theme",
"bootstrap": "3.0.3"
},
"main": "build/burnscars.js",
"ignore": [
"**/.*",
"node_modules",
"dependencies",
"test",
"build/app",
".*"
]
}