hubot-ci
Version:
Use Hubot to interact with GitHub commit statuses
38 lines (37 loc) • 845 B
JSON
{
"name": "hubot-ci",
"version": "0.0.7",
"description": "Use Hubot to interact with GitHub commit statuses",
"main": "index.coffee",
"scripts": {
"test": "cake test"
},
"repository": {
"type": "git",
"url": "https://github.com/atmos/hubot-ci"
},
"keywords": [
"hubot",
"ci"
],
"author": "atmos",
"dependencies": {
"hubot": ">=2.7.2 <=2.13.2",
"octonode": "0.7.4",
"hubot-vault": "0.0.1",
"hubot-deploy": "^0.11.0",
"scoped-http-client": "0.11.0"
},
"devDependencies": {
"chai": "~1.0.3",
"mocha": "~2.2.5",
"ys-vcr": "0.4.2",
"coffee-script": ">=1.6.3",
"hubot-mock-adapter": "1.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/atmos/hubot-ci/issues"
},
"homepage": "https://github.com/atmos/hubot-ci"
}