hubot-chartbeat
Version:
Hubot script for interacting with the Chartbeat service.
33 lines (32 loc) • 716 B
JSON
{
"name": "hubot-chartbeat",
"version": "0.2.2",
"description": "Hubot script for interacting with the Chartbeat service.",
"main": "index.coffee",
"scripts": {
"test": "script/test"
},
"repository": {
"type": "git",
"url": "https://github.com/hubot-scripts/hubot-chartbeat"
},
"keywords": [
"hubot",
"chartbeat"
],
"author": "Drew Delianides",
"license": "MIT",
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-chartbeat/issues"
},
"dependencies": {
"coffee-script": "~1.6"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
},
"homepage": "https://github.com/hubot-scripts/hubot-chartbeat"
}