burnchart/package.json

13 lines
310 B
JSON
Raw Normal View History

2012-05-22 11:36:48 +00:00
{
2012-09-17 08:11:27 +00:00
"name": "github-burndown-chart"
, "version": "0.1.0"
, "private": true
, "dependencies": {
"coffee-script": "latest",
"express": ">= 3.0",
"eco": "latest",
"js-yaml": "latest"
}, "scripts": {
"start": "./node_modules/.bin/coffee app.coffee"
}
2012-05-22 11:36:48 +00:00
}