Files
feather/package.json
2017-06-04 01:03:46 -07:00

20 lines
562 B
JSON

{
"name": "feather-icons",
"version": "2.1.0",
"description": "Simply beautiful open source icons",
"scripts": {
"svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
"build": "npm run build-zip && jekyll build",
"build-zip": "./bin/build-zip.sh"
},
"devDependencies": {
"svgo": "^0.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/colebemis/feather.git"
},
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"license": "MIT"
}