burnchart/bower.json

14 lines
295 B
JSON
Raw Normal View History

2013-11-05 12:44:15 +00:00
{
"name": "github-burndown-chart",
"version": "1.0.0-alpha",
"dependencies": {
2013-11-16 11:22:28 +00:00
"lodash": "2.3.0",
"async": "0.2.5",
"d3": "3.3.9",
"d3-tip": "0.6.2",
"superagent": "0.15.7",
"normalize-css": "2.1.3",
"marked": "0.2.10"
2013-11-05 12:44:15 +00:00
}
2013-11-16 11:22:28 +00:00
}