2014-08-29 02:55:45 +00:00
|
|
|
{
|
2014-10-18 03:32:48 +00:00
|
|
|
"name": "burnchart",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "GitHub Burndown Chart as a Service",
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
2014-10-18 18:38:42 +00:00
|
|
|
"grunt-browserify": "~3.1.0",
|
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
2014-10-18 23:57:16 +00:00
|
|
|
"grunt-contrib-concat": "~0.5.0",
|
2014-10-18 18:38:42 +00:00
|
|
|
"grunt-contrib-cssmin": "~0.6.2",
|
2014-10-18 03:32:48 +00:00
|
|
|
"grunt-contrib-stylus": "~0.9.0",
|
|
|
|
"grunt-contrib-uglify": "~0.2.5",
|
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2014-10-18 18:38:42 +00:00
|
|
|
"grunt-watchify": "~0.1.0",
|
2014-10-18 23:57:16 +00:00
|
|
|
"coffeeify": "~0.7.0L",
|
2014-10-19 19:09:48 +00:00
|
|
|
"ractivate": "~0.2.0",
|
2014-10-22 03:16:42 +00:00
|
|
|
"browserify": "~6.1.0",
|
|
|
|
"watchify": "~2.1.0"
|
2014-10-18 03:32:48 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/radekstepan/burnchart.io.git"
|
|
|
|
},
|
2014-10-19 19:09:48 +00:00
|
|
|
"author": "Radek <dev@radekstepan.com>",
|
|
|
|
"browserify": {
|
|
|
|
"transform": [
|
|
|
|
"coffeeify",
|
|
|
|
"ractivate"
|
|
|
|
]
|
2014-10-23 02:59:44 +00:00
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"semver": "./vendor/node-semver/semver.js"
|
2014-10-19 19:09:48 +00:00
|
|
|
}
|
2014-09-14 16:33:15 +00:00
|
|
|
}
|