-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbower.json
48 lines (48 loc) · 1.52 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "nodeNES",
"version": "0.0.3",
"homepage": "https://github.com/gutomaia/nodeNES",
"authors": [
"Guto Maia <[email protected]>"
],
"main": "app.js",
"license": "MIT",
"dependencies": {
"underscore": "1.8.3",
"backbone": "1.3.3",
"bootstrap": "2.3.2",
"codemirror": "5.15.2",
"requirejs": "2.1.0",
"jsnes": "https://github.com/bfirsh/jsnes.git"
},
"install" : {
"path" : {
"js": "external/component",
"swf": "external/component/{name}/swf",
"css": "external/component/{name}/css",
"eot": "external/component/{name}/fonts",
"otf": "external/component/{name}/fonts",
"svg": "external/component/{name}/fonts",
"ttf": "external/component/{name}/fonts",
"woff": "external/component/{name}/fonts"
},
"sources" : {
"bootstrap" : [
"bower_components/bootstrap/docs/assets/css/bootstrap.css",
"bower_components/bootstrap/docs/assets/css/bootstrap-responsive.css",
"bower_components/bootstrap/docs/assets/js/bootstrap.js",
"bower_components/bootstrap/docs/assets/js/bootstrap-dropdown.js",
"bower_components/bootstrap/docs/assets/js/bootstrap-tap.js"],
"jsnes": ["bower_components/jsnes/lib/dynamicaudio-min.js",
"bower_components/jsnes/lib/dynamicaudio.swf",
"bower_components/jsnes/source/*.js"]
}
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}