mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
21 lines
558 B
JSON
21 lines
558 B
JSON
{
|
|
"name": "feather",
|
|
"version": "2.1.0",
|
|
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/colebemis/feather.git"
|
|
},
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"onchange": "^3.2.1",
|
|
"parallelshell": "^2.0.0",
|
|
"svgo": "^0.7.2"
|
|
}
|
|
}
|