forked from jser/jser.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
29 lines (29 loc) · 777 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
{
"name": "jser",
"version": "0.0.0",
"homepage": "https://github.com/jser/jser.github.io",
"authors": [
"azu <[email protected]>"
],
"description": "jser.info",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"neat": "~1.7.0",
"modularized-normalize-scss": "~3.0.1"
},
"install": {
"path": "public/css/vendor",
"sources": {
"neat": "bower_components/neat/app/assets/stylesheets/**",
"bourbon": "bower_components/bourbon/app/assets/stylesheets/**",
"modularized-normalize-scss": "bower_components/modularized-normalize-scss/**"
}
}
}