-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 848 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
{
"name": "kubernetes-ecr-autodeploy",
"version": "1.0.0",
"description": "Kubernetes ECR auto-deploy server.",
"main": "server.js",
"scripts": {
"start": "DEBUG=autodeploy* ./node_modules/coffee-script/bin/coffee server.coffee",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andr3wHur5t/kubernetes-ecr-autodeploy.git"
},
"author": "Andr3wHur5t",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andr3wHur5t/kubernetes-ecr-autodeploy/issues"
},
"homepage": "https://github.com/Andr3wHur5t/kubernetes-ecr-autodeploy#readme",
"dependencies": {
"async": "^2.1.4",
"aws-sdk": "^2.11.0",
"coffee-script": "^1.12.3",
"debug": "^2.6.0",
"event-emitter": "^0.3.4",
"k8s": "^0.4.9",
"lodash": "^4.17.4",
"request": "^2.79.0"
}
}