-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.12 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
{
"name": "bach-cli",
"version": "0.0.1-a",
"description": "Orchestrate a vendor agnostic cloud.",
"main": "index.js",
"scripts": {
"test": "jest ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/conorturner/bach.git"
},
"keywords": [
"orchestrate",
"cloud"
],
"author": "Conor Turner",
"license": "MIT",
"bugs": {
"url": "https://github.com/conorturner/bach/issues"
},
"homepage": "https://github.com/conorturner/bach#readme",
"dependencies": {
"@google-cloud/pubsub": "^0.24.1",
"asciichart": "^1.5.7",
"binary-split": "^1.0.5",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"debug": "^4.1.1",
"figlet": "^1.2.1",
"inquirer": "^6.2.1",
"passthrough-counter": "^1.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"stream-throttle": "^0.1.3",
"tar-fs": "^2.0.0",
"throttle": "^1.0.3",
"uuid": "^3.3.2"
},
"bin": {
"bach": "./index.js"
},
"devDependencies": {
"eslint": "^5.12.1",
"eslint-config-u": "0.0.4",
"jest": "23.5.0"
},
"eslintConfig": {
"extends": "u"
}
}