Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Aug 20, 2015
1 parent 2490bad commit 5ecb0be
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,31 @@
"description": "Toolbelt for dokku, similar to the heroku toolbelt",
"main": "index.js",
"scripts": {
"test": "",
"postinstall": "cd node/lib/dokku-git-remote-parser/lib/dokku-git-remote-stream && npm install"
"test": ""
},
"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": {
"commander": "2.6.0",
"through2": "^0.6.3"
"dokku-app-ssh": "^1.0.1",
"dokku-git-remote-parser": "^1.1.2"
},
"preferGlobal": true,
"bin": {
"dt": "node/index.js"
"dt": "index.js"
}
}

0 comments on commit 5ecb0be

Please sign in to comment.