2017-03-01 02:40:11 +03:00
|
|
|
{
|
|
|
|
"name": "feather",
|
2017-05-24 07:00:59 +03:00
|
|
|
"version": "2.0.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-13 21:30:06 +03:00
|
|
|
"start": "npm run build:manifest && parallelshell 'jekyll serve' 'npm run watch'",
|
|
|
|
"watch": "onchange 'icons/**/*' -v -- npm run build:manifest",
|
|
|
|
"build": "npm run build:manifest && npm run build:zip && jekyll build",
|
|
|
|
"build:manifest": "./bin/build-manifest.sh > manifest.json",
|
|
|
|
"build:zip": "./bin/build-zip.sh"
|
2017-05-13 12:36:11 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"onchange": "^3.2.1",
|
|
|
|
"parallelshell": "^2.0.0"
|
|
|
|
}
|
|
|
|
}
|