forked from digitalsadhu/dokku-toolbelt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 817 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
{
"name": "dokku-toolbelt",
"version": "1.1.3",
"description": "Toolbelt for dokku, similar to the heroku toolbelt",
"main": "index.js",
"scripts": {
"test": "echo true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitalsadhu/dokku-toolbelt.git"
},
"keywords": [
"dokku",
"toolbelt",
"cli",
"docker"
],
"author": "Richard Walker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/digitalsadhu/dokku-toolbelt/issues"
},
"homepage": "https://github.com/digitalsadhu/dokku-toolbelt#readme",
"dependencies": {
"dokku-app-ssh": "^1.0.1",
"dokku-git-remote-parser": "^1.1.2",
"highland": "^2.5.1",
"minimist": "^1.1.3"
},
"preferGlobal": true,
"bin": {
"dt": "src/index.js"
}
}