hubot-async
Version:
A simple helpful robot for your Company
55 lines (54 loc) • 1.3 kB
JSON
{
"name": "hubot-async",
"version": "2.19.1-async",
"author": "timkinnane",
"keywords": [
"github",
"hubot",
"campfire",
"bot"
],
"description": "A simple helpful robot for your Company",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"async": ">=0.1.0 <1.0.0",
"chalk": "^1.0.0",
"cline": "^0.8.2",
"coffee-script": "1.6.3",
"connect-multiparty": "^1.2.5",
"es6-promise": "^4.1.0",
"express": "^3.21.2",
"log": "1.4.0",
"optparse": "1.0.4",
"scoped-http-client": "0.11.0"
},
"devDependencies": {
"hubot-mock-adapter": "^1.0.0",
"coffee-errors": "0.8.6",
"mocha": "^2.1.0",
"mockery": "^1.4.0",
"sinon-chai": "^2.8.0",
"sinon": "~1.17.0",
"chai": "~2.1.0"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
},
"main": "./index",
"bin": {
"hubot": "./bin/hubot"
},
"scripts": {
"clean": "rm -rf lib/",
"start": "bin/hubot",
"test": "mocha --require coffee-errors --compilers coffee:coffee-script",
"test:smoke": "coffee src/**/*.coffee",
"compile": "coffee --compile --bare --output lib src",
"compile:watch": "coffee --compile --bare --output lib --watch src"
}
}