-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1004 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
{
"name": "exp-containership",
"version": "0.3.14",
"description": "Build and deploy applications as containers.",
"author": "AB Kvällstidningen Expressen",
"license": {
"type": "MIT",
"url": "http://github.com/ExpressenAB/exp-containership/raw/master/LICENSE"
},
"private": false,
"directories": {
"ca": "ca",
"templates": "templates"
},
"dependencies": {
"async": "^1.4.2",
"cli-spinner": "0.2.1",
"cli-table": "^0.3.1",
"colors": "^1",
"commander": "^2.8.1",
"lodash": "^3.10.1",
"prompt": "0.2.14",
"request": "^2"
},
"repository": {
"type": "git",
"url": "git://github.com/ExpressenAB/exp-containership.git"
},
"bin": {
"exp-containership": "scripts/exp-containership.sh",
"exp-containerdeploy": "scripts/exp-containerdeploy.js",
"exp-ensure-container-tests": "scripts/ensure-container-tests.sh",
"exp-logs": "scripts/exp-logs.sh",
"unpublished-changes": "scripts/unpublished-changes.sh"
}
}