-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@materialos/toolkit",
"version": "0.1.0",
"private": "true",
"description": "Tools for maintaining materialos/icons.",
"bugs": {
"url": "https://github.com/materialos/toolkit/issues"
},
"license": "MIT",
"author": "MaterialOS",
"main": "./lib/index.js",
"bin": {
"toolkit": "./bin/cli.js"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"repository": {
"type": "git",
"url": "https://github.com/materialos/toolkit.git"
},
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"contributors:sort": "node ./bin/cli.js contributors sort"
},
"dependencies": {
"all-contributors-cli": "^4.10.1",
"chalk": "^2.3.0",
"convert-svg-to-png": "^0.3.3",
"dir-to-json": "0.0.3",
"lodash": "^4.17.19",
"pn": "^1.1.0",
"svg2png": "^4.1.1",
"svgo": "^1.0.4",
"vorpal": "^1.12.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-plugin-node": "^5.2.1"
},
"engines": {
"node": "^7.10.0"
}
}