UNPKG

burnhub

Version:

burndown chart for github issues

47 lines (46 loc) 948 B
{ "name": "burnhub", "version": "0.1.8", "description": "burndown chart for github issues", "main": "lib/burnhub.js", "scripts": { "test": "mocha" }, "bin": { "burnhub": "bin/cli.js" }, "repository": { "type": "git", "url": "https://github.com/stoeffel/burnhub.git" }, "keywords": [ "github", "burndown", "scrum", "chart", "cli", "issues" ], "author": "Stoeffel", "license": "ISC", "bugs": { "url": "https://github.com/stoeffel/burnhub/issues" }, "homepage": "https://github.com/stoeffel/burnhub", "dependencies": { "octonode": "~0.5.0", "q": "~1.0.0", "inquirer": "~0.4.1", "lodash": "~2.4.1", "winston": "~0.7.2", "tsv": "~0.2.0", "moment": "~2.5.1", "mustache": "~0.8.1", "chai": "~1.9.0", "mocha": "~1.17.1", "underscore": "~1.6.0", "chai-fuzzy": "~1.4.0", "cli-table": "~0.3.0", "commander": "~2.1.0" } }