-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
37 lines (37 loc) · 944 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
{
"name": "club-site-admin",
"description": "CMS and web front-end to drive a sports club website",
"main": "keystone.js",
"authors": [
"rogersillito <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/rogersillito/club-site-admin",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec"
],
"dependencies": {
"jquery": "^1.12.3",
"bootstrap-sass": "^3.3.6",
"smartmenus": "^1.0.0",
"bootstrap": "^3.3.6"
},
"exportsOverride": {
"bootstrap-sass": {
"js": "assets/javascripts/*.js",
"styles": "assets/stylesheets/*.scss",
"styles/bootstrap": "assets/stylesheets/bootstrap/*.scss",
"styles/bootstrap/mixins": "assets/stylesheets/bootstrap/mixins/*.scss",
"fonts": "assets/fonts/bootstrap/*.*"
},
"bootswatch": {
"/": "journal/*.scss"
}
},
"devDependencies": {
"bootswatch": "^3.3.6+1"
}
}