-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "node-easy-cert",
"version": "1.3.3",
"description": "A tool for managing self-signed certifications",
"main": "dist/index.js",
"scripts": {
"test": "sh test/test.sh",
"lint": "eslint ./src",
"build": "npm run lint && node gulpfile.js",
"prepublish": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/ottomao/node-easy-cert"
},
"keywords": [
"certification",
"https"
],
"author": "",
"license": "MIT",
"dependencies": {
"async-task-mgr": "^1.1.0",
"colorful": "^2.1.0",
"commander": "^2.9.0",
"node-forge": "^0.6.42",
"node-powershell": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0"
}
}