UNPKG

1.06 kBJSONView Raw
1{
2 "version": "4.3.0",
3 "name": "octicons",
4 "description": "A scalable set of icons handcrafted with <3 by GitHub.",
5 "homepage": "https://octicons.github.com",
6 "author": "GitHub Inc.",
7 "license": "(OFL-1.1 OR MIT)",
8 "style": "index.scss",
9 "main": "index.js",
10 "files": [
11 "index.scss",
12 "index.js",
13 "lib",
14 "build"
15 ],
16 "repository": "https://github.com/primer/octicons.git",
17 "bugs": {
18 "url": "https://github.com/primer/octicons/issues"
19 },
20 "scripts": {
21 "setup": "script/bootstrap",
22 "build": "npm run setup && grunt",
23 "test": "ava --verbose \"test/**/*.js\""
24 },
25 "devDependencies": {
26 "autoprefixer": "^6.3.6",
27 "ava": "^0.15.2",
28 "grunt": "^0.4.5",
29 "grunt-contrib-clean": "^0.7.0",
30 "grunt-cssnano": "^2.1.0",
31 "grunt-postcss": "^0.7.1",
32 "grunt-sass": "^1.2.0",
33 "grunt-svg-sprite": "^1.2.19",
34 "grunt-svgmin": "^3.2.0",
35 "grunt-webfont": "^1.4.0"
36 },
37 "keywords": [
38 "GitHub",
39 "icons",
40 "font",
41 "web font",
42 "icon font",
43 "svg",
44 "octicons"
45 ]
46}