2015-02-27 14:20:01 +00:00
|
|
|
{
|
|
|
|
"name": "node-ff-assets-example",
|
|
|
|
"description": "node-ff-assets-example",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node example.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"async": "~0.9.0",
|
|
|
|
"bootstrap": "^3.3.2",
|
|
|
|
"express": "~4.11.0",
|
|
|
|
"flot": "^0.8.0-alpha",
|
2015-03-09 19:31:31 +00:00
|
|
|
"ejs": "^2.3.1"
|
2015-02-27 14:20:01 +00:00
|
|
|
}
|
|
|
|
}
|