-
Notifications
You must be signed in to change notification settings - Fork 40
/
bower.json
34 lines (34 loc) · 878 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
{
"name": "cornerstone",
"ignore": [],
"dependencies": {
"foundation-sites": "~6.6.1",
"motion-ui" : "~2.0.3",
"what-input" : ">=4.1.0"
},
"install" : {
"options" : {
"includePackageNameInInstallPath": false
},
"path" : {
"css": "css",
"map": "css",
"js": "js"
},
"sources": {
"foundation-sites": [
"bower_components/foundation-sites/dist/css/**",
"bower_components/foundation-sites/dist/js/foundation.js",
"bower_components/foundation-sites/dist/js/foundation.min.js"
],
"motion-ui": [
"bower_components/motion-ui/dist/motion-ui.css",
"bower_components/motion-ui/dist/motion-ui.min.css"
],
"what-input": [
"bower_components/what-input/dist/what-input.min.js", "../what-input.min.js"
]
},
"ignore" : ["jquery"]
}
}