feather/package.json
2017-07-08 01:15:10 -07:00

19 lines
428 B
JSON

{
"name": "feather",
"version": "0.0.0",
"description": "Simply beautiful open source icons",
"scripts": {
"prebuild": "./bin/build-zip.sh",
"build": "jekyll build"
},
"repository": {
"type": "git",
"url": "https://github.com/colebemis/feather.git"
},
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"license": "MIT",
"dependencies": {
"feather-icons": "^3.0.0"
}
}