2017-03-01 02:40:11 +03:00
|
|
|
{
|
2017-07-08 11:15:10 +03:00
|
|
|
"name": "feather",
|
2017-07-07 07:12:40 +03:00
|
|
|
"version": "0.0.0",
|
2017-06-04 11:03:46 +03:00
|
|
|
"description": "Simply beautiful open source icons",
|
2017-05-13 12:36:11 +03:00
|
|
|
"scripts": {
|
2017-07-08 11:15:10 +03:00
|
|
|
"prebuild": "./bin/build-zip.sh",
|
|
|
|
"build": "jekyll build"
|
2017-06-04 11:03:46 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/colebemis/feather.git"
|
|
|
|
},
|
|
|
|
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
2017-07-08 11:15:10 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"feather-icons": "^3.0.0"
|
|
|
|
}
|
2017-05-13 12:36:11 +03:00
|
|
|
}
|