hubot-vsts-slack
Version:
A Hubot script for Visual Studio Team Services integration tailored for Slack
39 lines (38 loc) • 1.05 kB
JSON
{
"name": "hubot-vsts-slack",
"description": "A Hubot script for Visual Studio Team Services integration tailored for Slack",
"version": "0.1.3",
"author": "Nithin Shenoy <nshenoy@mimeo.com>",
"license": "MIT",
"keywords": "hubot, hubot-scripts, vsts, vso, Visual Studio Team Services",
"repository": {
"type": "git",
"url": "git://github.com/Mimeo/Hubot-VSTS-Slack.git"
},
"bugs": {
"url": "https://github.com/Mimeo/Hubot-VSTS-Slack/issues"
},
"dependencies": {},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"chai": "^2.1.1",
"coffee-script": "1.6.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.11.0",
"hubot": "2.x",
"hubot-test-helper": "^1.4.4",
"matchdep": "~0.3.0",
"mocha": "^2.1.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}