forked from feathericons/feather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 428 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 428 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"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"
}
}