burnchart/package.json

37 lines
873 B
JSON
Raw Normal View History

{
"name": "github-burndown-chart",
"version": "1.0.0-alpha",
"description": "Shows a burndown chart for GitHub Issues",
"directories": {
"test": "test"
},
"dependencies": {
2013-08-12 19:18:43 +00:00
"coffee-script": "~1.6.3",
"async": "~0.2.9",
2013-08-13 12:58:21 +00:00
"proxyquire": "~0.4.1",
"lodash": "~1.3.1"
},
"devDependencies": {
"mocha": "~1.12.0",
"moment": "~2.1.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/radekstepan/github-burndown-chart.git"
},
"keywords": [
"github",
"issues",
"burndown",
"chart",
"scrum"
],
"author": "Radek <dev@radekstepan.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/radekstepan/github-burndown-chart/issues"
}
}