forked from primer/octicons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 788 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 788 Bytes
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": "0.1.6",
"name": "prockicons",
"description": "A scalable set of icons by ProctorU.",
"author": "ProctorU Engineering. Forked from GitHub Inc.",
"license": "(OFL-1.1 OR MIT)",
"style": "build/prockicons.css",
"main": "index.js",
"files": [
"index.js",
"build"
],
"scripts": {
"build": "grunt",
"prepublish": "npm run build",
"test": "npm run build && ava --verbose \"test/**/*.js\""
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"ava": "^0.16.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-cssnano": "^2.1.0",
"grunt-svgmin": "^4.0.0",
"grunt-svgstore": "^1.0.0"
},
"keywords": [
"ProctorU",
"icons",
"svg",
"prockicons"
]
}