forked from normanjoyner/containership
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.29 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
51
52
53
54
55
56
{
"name": "containership",
"version": "1.9.0-4",
"description": "A simple container management platform",
"main": "index.js",
"scripts": {
"test": "mocha",
"postinstall": "containership.analytics segment",
"lint": "eslint ."
},
"author": "ContainerShip Developers <[email protected]>",
"license": "GPL-3.0",
"keywords": [
"simple",
"easy",
"containership",
"distributed",
"docker",
"container",
"oci",
"deployment",
"management"
],
"repository": {
"type": "git",
"url": "https://github.com/containership/containership.git"
},
"bugs": {
"url": "https://github.com/containership/containership/issues"
},
"homepage": "https://github.com/containership/containership",
"dependencies": {
"async": "^0.9.0",
"c2c": "^0.1.4",
"colors": "^0.6.2",
"containership.analytics": "^0.1.3",
"containership.api": "^2.1.1",
"containership.core": "^2.1.4",
"containership.scheduler": "^2.0.12",
"flat": "1.5.0",
"lodash": "^2.4.1",
"mkdirp": "^0.5.1",
"nomnom": "^1.8.1",
"npm": "^2.2.0",
"request": "^2.71.0",
"sprintf-js": "0.0.7"
},
"devDependencies": {
"eslint": "^3.0.0",
"mocha": "^2.3.4"
},
"bin": {
"containership": "./index.js",
"cs": "./index.js"
}
}