33 lines
777 B
JSON
33 lines
777 B
JSON
{
|
|
"name": "burnchart",
|
|
"version": "0.0.0",
|
|
"description": "GitHub Burndown Chart as a Service",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-mkdir": "~0.1.2",
|
|
"grunt-contrib-clean": "~0.6.0",
|
|
"grunt-contrib-stylus": "~0.9.0",
|
|
"grunt-contrib-concat": "~0.5.0",
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
|
"coffeeify": "~0.7.0L",
|
|
"ractivate": "~0.2.0",
|
|
"browserify": "~6.1.0",
|
|
"watchify": "~2.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/radekstepan/burnchart.io.git"
|
|
},
|
|
"author": "Radek <dev@radekstepan.com>",
|
|
"browserify": {
|
|
"transform": [
|
|
"coffeeify",
|
|
"ractivate"
|
|
]
|
|
},
|
|
"browser": {
|
|
"semver": "./vendor/node-semver/semver.js"
|
|
}
|
|
}
|