forked from primer/octicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 812 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "8.0.0",
"name": "octicons",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub Inc.",
"license": "MIT",
"style": "index.scss",
"main": "index.js",
"files": [
"index.js",
"index.scss",
"build"
],
"repository": "https://github.com/primer/octicons.git",
"bugs": {
"url": "https://github.com/primer/octicons/issues"
},
"scripts": {
"publish": "../../script/notify success",
"prepublishOnly": "../../script/notify pending",
"prepare": "cp -R ../build . && cp index.scss build/build.css",
"test": "ava --verbose 'tests/*.js'"
},
"keywords": [
"GitHub",
"icons",
"svg",
"octicons"
],
"dependencies": {
"object-assign": "^4.1.1"
}
}