hubot-github-hipchat
Version:
A Hubot-on-hipchat Script for GitHub
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "hubot-github-hipchat",
"description": "A Hubot-on-hipchat Script for GitHub",
"version": "0.1.5",
"author": "Rob Fletcher",
"license": "BSD",
"keywords": "hubot, hubot-scripts",
"repository": {
"type": "git",
"url": "git://github.com/terraflubb/hubot-github-hipchat.git"
},
"bugs": {
"url": "https://github.com/terraflubb/hubot-github-hipchat/issues"
},
"dependencies": {
"dot": "^1.1.1",
"request": "^2.79.0"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"chai": "^2.1.1",
"coffee-script": "1.6.3",
"coffeelint": "^1.16.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.11.0",
"hubot": "2.x",
"hubot-test-helper": "^1.3.0",
"matchdep": "~0.3.0",
"mocha": "^2.1.0",
"request": "^2.79.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}