-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
57
58
{
"name": "coreos",
"version": "0.1.4",
"description": "the missing CoreOS cli for creating and managing clusters on different providers",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --globals setImmediate,clearImmediate --check-leaks --colors -t 10000 --reporter spec $(find test/* -name '*.test.js')"
},
"bin": {
"coreos": "bin/coreos",
"co": "bin/coreos"
},
"repository": {
"type": "git",
"url": "https://github.com/findhit/coreos.git"
},
"keywords": [
"coreos",
"core",
"os",
"linux",
"microsoft",
"azure",
"cli",
"management",
"manage",
"cluster"
],
"author": "Jose Moreira <[email protected]>",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/findhit/coreos/issues"
},
"homepage": "https://github.com/findhit/coreos",
"devDependencies": {
"chai": "^2.3.0",
"jshint": "^2.7.0",
"mocha": "^2.2.5"
},
"dependencies": {
"azure-common": "^0.9.12",
"azure-mgmt-compute": "^0.9.16",
"azure-mgmt-resource": "^2.0.0-pre.17",
"azure-mgmt-storage": "^0.9.16",
"bluebird": "^2.9.30",
"console.table": "^0.4.0",
"debug": "^2.2.0",
"dns-sync": "^0.1.3",
"findhit-class": "^0.1.1",
"findhit-util": "^0.2.7",
"pem": "^1.7.2",
"request-promise": "^0.4.2",
"ssh2": "^0.4.8",
"stack-queue": "0.0.6",
"yamljs": "^0.2.3",
"yargs": "^3.9.1"
}
}