forked from xogroup/helm-chart-s3-publisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 950 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
{
"name": "helm-chart-s3-publisher",
"version": "1.3.0",
"description": "A publishing agent to push Helm/Chart packages to a Chart repository",
"main": "lib/index.js",
"bin": {
"helm-chart-publisher": "lib/commands/index.js"
},
"scripts": {
"test": "lab test",
"build-docker": "docker build -t xogroup/helm-chart-s3-publisher .",
"doctoc": "doctoc API.md && doctoc Example.md"
},
"author": "Lam Chan",
"license": "BSD-3-Clause",
"engines": {
"node": ">=6.x.x"
},
"dependencies": {
"aws-sdk": "^2.29.0",
"bluebird": "3.x.x",
"boom": "^4.3.0",
"commander": "^2.9.0",
"fs-extra": "^2.1.2",
"glue": "4.x.x",
"good": "^7.1.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.1",
"hapi": "16.x.x"
},
"devDependencies": {
"code": "^4.0.0",
"doctoc": "1.x.x",
"eslint-config-hapi": "^10.0.0",
"eslint-plugin-hapi": "^4.0.0",
"lab": "^11.2.2"
}
}