hubot-heroku
Version:
Run heroku commands via hubot without direct access to Heroku
42 lines (41 loc) • 972 B
JSON
{
"name": "hubot-heroku",
"version": "0.1.17",
"description": "Run heroku commands via hubot without direct access to Heroku",
"main": "index.js",
"scripts": {
"test": "HUBOT_HEROKU_USE_AUTH=true node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/daemonsy/hubot-heroku"
},
"keywords": [
"Heroku",
"Hubot",
"commands",
"Platform API"
],
"author": "Damon Aw",
"license": "ISC",
"bugs": {
"url": "https://github.com/daemonsy/hubot-heroku/issues"
},
"homepage": "https://github.com/daemonsy/hubot-heroku",
"dependencies": {
"heroku-client": "^1.9.0",
"lodash": "^2.4.1",
"hubot-auth": "^1.2.0",
"moment": "^2.10.3"
},
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "^1.8.0",
"dotenv": "^0.4.0",
"hubot": "^2.9.3",
"hubot-scripts": "^2.5.16",
"hubot-test-helper": "0.0.2",
"mocha": "^2.0.1",
"nock": "^0.51.0"
}
}