-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 1.01 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
{
"name": "logicless-prototypr",
"version": "0.2.0",
"private": true,
"dependencies": {
"jquery": "~1.10.2",
"underscore": "~1.5.2",
"bootstrap-sass-official": "~3.2.0",
"handlebars": "~2.0.0",
"requirejs": "~2.1.15"
},
"exportsOverride": {
"jquery": {
"../script/jquery": "jquery.js"
},
"underscore": {
"../script/underscore": "underscore.js"
},
"bootstrap-sass-official": {
"../script/bootstrap/js": "assets/javascripts/bootstrap/*.js",
"../sass": "assets/stylesheets/_bootstrap.scss",
"../sass/bootstrap": "assets/stylesheets/bootstrap/*.scss",
"../sass/bootstrap/mixins": "assets/stylesheets/bootstrap/mixins/*.scss",
"../fonts": "assets/fonts/bootstrap/**"
},
"handlebars": {
"../script/handlebars": "handlebars.js"
},
"requirejs": {
"../script/requirejs": "require.js"
}
}
}