burnchart/package.json

36 lines
955 B
JSON
Raw Normal View History

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": {
"async": "^0.9.0",
"browserify": "^6.1.0",
"coffeeify": "~0.7.0",
"d3": "^3.4.13",
"director": "^1.2.3",
"firebase": "^1.1.2",
2014-10-18 03:32:48 +00:00
"grunt": "~0.4.1",
"grunt-browserify": "~3.1.0",
"grunt-contrib-clean": "~0.6.0",
"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",
"grunt-watchify": "~0.1.0",
"lodash": "^2.4.1",
"lscache": "^1.0.2",
"marked": "^0.3.2",
"moment": "^2.8.3",
2014-10-18 03:32:48 +00:00
"ractivate": "~0.2.0",
"ractive": "^0.6.0",
"ractive-ractive": "^0.4.4",
"ractive-transitions-fade": "^0.1.2",
"superagent": "^0.20.0"
2014-10-18 03:32:48 +00:00
},
"repository": {
"type": "git",
"url": "git://github.com/radekstepan/burnchart.io.git"
},
"author": "Radek <dev@radekstepan.com>"
2014-09-14 16:33:15 +00:00
}