forked from aditosoftware/nodepki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 874 Bytes
/
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
{
"name": "nodepki",
"version": "0.2.0",
"description": "NodeJS-based PKI server for x509 certificate management.",
"author": "Thomas Leister <thomas.leister@mailbox.org>",
"license": "MIT",
"keywords": [
"x509",
"pki",
"ca"
],
"main": "server.js",
"scripts": {
"test": "echo \"There is no test.\" && exit 0;"
},
"repository": {
"type": "git",
"url": "https://github.com/ThomasLeister/nodepki.git"
},
"bugs": {
"url": "https://github.com/ThomasLeister/nodepki/issues"
},
"dependencies": {
"express": "4.x",
"js-yaml": "3.x",
"body-parser": "1.x",
"uuid": "3.x",
"fancy-log": "1.x",
"ajv": "4.x",
"fs-extra": "2.0.x",
"figlet": "1.2.x",
"command-exists": "1.2.x",
"yargs": "6.6.x"
},
"homepage": "https://github.com/ThomasLeister/nodepki#readme",
"devDependencies": {}
}