-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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": "icomoon-builder",
"version": "1.1.3",
"description": "Update your icons library project from the zip generated by icomoon",
"main": "./bin/icomoon-builder.js",
"scripts": {
"test": "jest",
"lint": "eslint '**/*.js'"
},
"keywords": [
"icomoon",
"scss",
"icons"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nass600/icomoon-builder.git"
},
"bugs": {
"url": "https://github.com/nass600/icomoon-builder/issues"
},
"bin": {
"icomoon-builder": "./bin/icomoon-builder.js"
},
"homepage": "https://github.com/nass600/icomoon-builder#readme",
"author": "Ignacio Velazquez <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^2.2.0",
"cli-table": "^0.3.1",
"commander": "^2.11.0",
"cssnano": "^3.10.0",
"decompress": "^4.2.0",
"fs-extra": "^4.0.2",
"inquirer": "^4.0.0",
"replace-in-file": "^3.0.0-beta.2"
},
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^21.2.1"
}
}