hubot-iteration-script
Version:
A hubot script that gives useful information about Agile iterations.
45 lines (44 loc) • 1.37 kB
JSON
{
"name": "hubot-iteration-script",
"description": "A hubot script that gives useful information about Agile iterations.",
"version": "2.0.0",
"author": "Camden Brown",
"license": "MIT",
"keywords": "hubot, hubot-scripts, dev complete story points:, dev complete bugs:, commitment",
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-iteration-script.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-iteration-script/issues"
},
"dependencies": {
"moment": "^2.18.1"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.24.1",
"chai": "^4.0.2",
"coffee-script": "^1.12.6",
"hubot": "2.x",
"hubot-test-helper": "^1.3.0",
"matchdep": "~0.3.0",
"metova-metrics-js": "git+ssh://git@lab.metova.com:metova/metova-metrics-js.git",
"mocha": "^3.4.2",
"moment": "^2.18.1",
"sinon": "^2.3.5",
"sinon-chai": "^2.11.0"
},
"main": "lib/index.js",
"scripts": {
"test": "mocha --require babel-polyfill --require coffee-script/register --compilers js:babel-register,coffee:coffee-script",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
}
}