-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.16 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
{
"name": "mesosctl",
"version": "0.1.10",
"description": "A command-line tool to dynamically provision and manage Mesos clusters and their applications",
"main": "bin/mesosctl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mesos",
"cli",
"dcos",
"mesosctl",
"cluster",
"ansible",
"devops",
"apps",
"automation",
"paas"
],
"author": {
"name": "TobiLG",
"email": "tobilg@gmail.com",
"url": "https://github.com/tobilg"
},
"bin": {
"mesosctl": "bin/mesosctl.js"
},
"license": "MIT",
"dependencies": {
"ajv": "^4.6.0",
"ascii-table": "0.0.9",
"async": "^2.0.1",
"chalk": "^1.1.3",
"lunr": "^0.7.0",
"js-yaml": "^3.6.1",
"mesosdns-http-agent": "^0.2.2",
"mustache": "^2.2.1",
"node-ansible": "^0.5.5",
"password-hash": "^1.2.2",
"progress": "^1.1.8",
"request": "^2.74.0",
"ssh2": "^0.5.1",
"unzip": "^0.1.11",
"vorpal": "^1.11.4"
},
"repository": {
"type": "git",
"url": "https://github.com/mesoshq/mesosctl.git"
},
"bugs": {
"url": "https://github.com/mesoshq/mesosctl/issues"
}
}