hubot-stalk
Version:
Hubot knows what your team is doing.
39 lines (38 loc) • 811 B
JSON
{
"name": "hubot-stalk",
"description": "Hubot knows what your team is doing.",
"version": "1.1.1",
"author": "Matt Forster <forster.matth@gmail.com>",
"license": "MIT",
"keywords": [
"team",
"status",
"hubot",
"hubot-scripts",
"stalk"
],
"repository": {
"type": "git",
"url": "git://github.com/forstermatth/hubot-stalk.git"
},
"bugs": {
"url": "https://github.com/forstermatth/hubot-stalk/issues"
},
"dependencies": {
"coffee-script": "~1.6"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}