mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
19 lines
428 B
JSON
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"
|
|
}
|
|
}
|