-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "ten-ply-crest",
"version": "1.0.0",
"description": "LetsEncrypt middleware for Express with pluggable data store",
"main": "lib/middleware.js",
"dependencies": {
"consul": "^0.27.0",
"errify": "^1.0.0",
"express": "^4.13.4",
"flannel": "^0.10.0",
"iced-runtime": "^1.0.3",
"node-forge": "^0.6.39",
"node-vault": "^0.5.5",
"rawacme": "^0.2.0",
"restify-errors": "^4.2.1",
"rsa-keygen": "^1.0.6",
"source-map-support": "^0.4.0",
"spine": "^1.6.2",
"spine-relations": "^1.0.0"
},
"optionalDependencies": {
"nextorigin-express-skeleton": "^0.15.4"
},
"devDependencies": {
"iced-coffee-script": "^108.0.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/iced-coffee-script/bin/coffee --bare --map --runtime node -o lib/ -c src/",
"start": "node lib/standalone.js"
},
"repository": {
"type": "git",
"url": "git://github.com/nextorigin/ten-ply-crest.git"
},
"keywords": [
"letsencrypt",
"acme",
"express",
"middleware",
"ssl",
"automatic"
],
"author": "doublerebel",
"license": "MIT",
"bugs": {
"url": "https://github.com/nextorigin/ten-ply-crest/issues"
},
"homepage": "https://github.com/nextorigin/ten-ply-crest#readme"
}