-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.25 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
48
49
50
51
52
53
54
55
56
57
{
"name": "openca-ng",
"description": "OpenCA Next Generation PKI",
"homepage": "http://www.openca.org/projects/ng/",
"bugs": "https://github.com/opencrypto/openca-ng/issues",
"main": "openca-ng.js",
"version": "0.0.1",
"license": "MIT",
"keywords": [
"pki",
"certificates",
"x509"
],
"author": {
"name": "Massimiliano Pala",
"email": "[email protected]",
"url": "https://linkedin.com/m/mpala"
},
"repository": {
"type": "git",
"url": "https://github.com/opencrypto/openca-ng"
},
"directories": {
"lib": ".",
"mods": ".",
"conf": ".",
"data": ".",
"tools": "."
},
"engines": {
"node": ">= 5.7.0",
"ender": ">= 0.5.0"
},
"gypfile": true,
"dependencies": {
"node-addon-api": "^0.6.3",
"bluebird": "~3.5.3",
"body-parser": "~1.18.3",
"clone": "~2.1.2",
"commander": "~2.19.0",
"console": "~0.5",
"cookie-parser": "~1.4.3",
"express": "~4.16.4",
"helmet": "~3.21.2",
"https": "~1.0.0",
"fs": "~0.0.2",
"package.json": "^2.0.1",
"path": "~0.12.7",
"promise": "~7.1.1",
"querystring": "~0.2.0",
"request": "~2.88.0",
"require-dir": "~1.2.0",
"pkijs": "~2.1.84",
"when": "~3.7.7"
},
"preferGlobal": true
}