-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 909 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
38
39
40
{
"name": "cloudfront-tls",
"version": "1.0.0",
"description": "Sets up a cloudfront distribution with custom TLS certificates",
"main": "index.js",
"scripts": {
"test": "node test/index.js | faucet",
"test-integration": "TEST=integration node test/index.js"
},
"bin": {
"cloudfront-tls": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/klaemo/cloudfront-tls"
},
"keywords": [
"cloudfront",
"tls",
"aws",
"amazon",
"static",
"website"
],
"author": "Clemens Stolle <klaemo@fastmail.fm>",
"license": "ISC",
"bugs": {
"url": "https://github.com/klaemo/cloudfront-tls/issues"
},
"homepage": "https://github.com/klaemo/cloudfront-tls",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.4",
"commander": "^2.6.0"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^3.0.3"
}
}