18 lines
526 B
JSON
18 lines
526 B
JSON
|
{
|
||
|
"name": "burnchart",
|
||
|
"version": "0.0.0",
|
||
|
"description": "GitHub Burndown Chart as a Service",
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.1",
|
||
|
"grunt-apps-c": "0.1.15",
|
||
|
"grunt-contrib-stylus": "~0.9.0",
|
||
|
"grunt-contrib-concat": "~0.3.0",
|
||
|
"grunt-contrib-uglify": "~0.2.5",
|
||
|
"grunt-contrib-cssmin": "~0.6.2"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/radekstepan/burnchart.io.git"
|
||
|
},
|
||
|
"author": "Radek <dev@radekstepan.com>"
|
||
|
}
|