burnchart/package.json

47 lines
1.1 KiB
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-09-29 20:43:20 +00:00
"proxyquire": "~0.5.1",
2013-08-17 12:54:48 +00:00
"lodash": "~1.3.1",
2013-12-30 11:48:29 +00:00
"connect": "~2.12.0",
2013-08-17 12:54:48 +00:00
"request": "~2.27.0"
},
"devDependencies": {
2013-10-04 22:42:54 +00:00
"mocha": "~1.12.0",
2013-10-17 13:32:46 +00:00
"marked": "~0.2.9",
2013-11-05 12:44:15 +00:00
"grunt": "~0.4.1",
2013-12-30 11:48:29 +00:00
"grunt-apps-c": "0.1.10",
2013-11-05 12:44:15 +00:00
"grunt-contrib-stylus": "~0.9.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-cssmin": "~0.6.2"
},
"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"
}
2013-11-16 11:22:28 +00:00
}