burnchart/package.json

29 lines
663 B
JSON
Raw Normal View History

2014-08-28 19:55:45 -07:00
{
2014-10-17 20:32:48 -07:00
"name": "burnchart",
"version": "0.0.0",
"description": "GitHub Burndown Chart as a Service",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.5.0",
2014-10-17 20:32:48 -07:00
"grunt-contrib-stylus": "~0.9.0",
"coffeeify": "~0.7.0L",
2014-10-19 12:09:48 -07:00
"ractivate": "~0.2.0",
"browserify": "~6.1.0",
"watchify": "~2.1.0"
2014-10-17 20:32:48 -07:00
},
2014-10-24 19:59:53 -07:00
"main": "./src/app.coffee",
2014-10-17 20:32:48 -07:00
"repository": {
"type": "git",
"url": "git://github.com/radekstepan/burnchart.io.git"
},
2014-10-19 12:09:48 -07:00
"author": "Radek <dev@radekstepan.com>",
"browserify": {
"transform": [
"coffeeify",
"ractivate"
]
2014-10-22 19:59:44 -07:00
},
"browser": {
"semver": "./vendor/node-semver/semver.js"
2014-10-19 12:09:48 -07:00
}
2014-10-24 19:59:53 -07:00
}