-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·52 lines (52 loc) · 1.13 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
49
50
51
52
{
"name": "hosted-apis",
"version": "0.0.1",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"marionette": "~1.8.8",
"backbone-computedfields": "~0.0.7",
"requirejs": "~2.1.14",
"requirejs-hogan-plugin": "~0.3.1",
"engine-ui": "https://github.com/LDEngine/engine-ui.git#cdf5faea4724bbefd2c3c3824046ca0dc3992c7c",
"spin.js": "~2.0.1",
"almond": "~0.2.9"
},
"exportsOverride": {
"backbone.wreqr": {
".": "lib/backbone.wreqr.js"
},
"backbone.babysitter": {
".": "lib/backbone.babysitter.js"
},
"backbone-computedfields": {
".": "lib/amd/backbone.computedfields.js"
},
"bootstrap": {
".": "dist/js/bootstrap.js",
"js": "js",
"less": "less"
},
"requirejs-hogan-plugin": {
".": [
"hgn.js",
"hogan.js",
"text.js"
]
},
"font-awesome": {
"less": "less",
"font": "fonts"
},
"parsleyjs": {
".": "parsley.js"
}
},
"__comment": "Note: Marionette implies jquery, backbone, and underscore."
}