hubot-pairbot
Version:
Simple support for pair programming in Hubot
36 lines (35 loc) • 785 B
JSON
{
"name": "hubot-pairbot",
"description": "Simple support for pair programming in Hubot",
"version": "0.2.0",
"author": "Franklin Henderson <fhwrdh@fhwrdh.net>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/fhwrdh/hubot-pairbot.git"
},
"bugs": {
"url": "https://github.com/fhwrdh/hubot-pairbot/issues"
},
"keywords": [
"hubot",
"hubot-scripts",
"pair-programming"
],
"main": "index.coffee",
"scripts": {
"test": "script/test",
"testwatch": "script/test-watch"
},
"dependencies": {
"coffee-script": "~1.8.0",
"moment": "~2.8.4",
"underscore": "~1.7.0"
},
"devDependencies": {
"mocha": "~2.0.1",
"chai": "~1.10.0",
"sinon": "~1.12.1",
"sinon-chai": "~2.6.0"
}
}