feather/package.json
2017-05-23 13:59:21 -07:00

23 lines
696 B
JSON

{
"name": "feather",
"version": "2.0.0-beta",
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"repository": {
"type": "git",
"url": "https://github.com/colebemis/feather.git"
},
"scripts": {
"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"
},
"license": "MIT",
"devDependencies": {
"onchange": "^3.2.1",
"parallelshell": "^2.0.0",
"svgo": "^0.7.2"
}
}