2017-03-01 02:40:11 +03:00
|
|
|
{
|
|
|
|
"name": "feather",
|
2017-05-24 06:46:38 +03:00
|
|
|
"version": "2.1.0",
|
2017-03-01 02:40:11 +03:00
|
|
|
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/colebemis/feather.git"
|
|
|
|
},
|
2017-05-13 12:36:11 +03:00
|
|
|
"scripts": {
|
2017-05-24 06:46:38 +03:00
|
|
|
"Xstart": "parallelshell 'jekyll serve' 'npm run watch'",
|
2017-05-24 09:41:09 +03:00
|
|
|
"Xwatch": "onchange 'icons/**/*' -v -- npm run svgo -- {{changed}}",
|
|
|
|
"svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
|
|
|
|
"Xsvgo": "svgo --pretty --multipass --config=svgo-config.yml",
|
|
|
|
"build": "npm run build-zip && jekyll build",
|
|
|
|
"build-zip": "./bin/build-zip.sh"
|
2017-05-13 12:36:11 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"onchange": "^3.2.1",
|
2017-05-23 23:59:21 +03:00
|
|
|
"parallelshell": "^2.0.0",
|
|
|
|
"svgo": "^0.7.2"
|
2017-05-13 12:36:11 +03:00
|
|
|
}
|
|
|
|
}
|