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": {
|
2015-06-28 15:44:01 +00:00
|
|
|
"async": "1.2.x",
|
|
|
|
"bootstrap": "3.3.x",
|
|
|
|
"express": "4.11.x",
|
|
|
|
"flot": "0.8.x",
|
|
|
|
"ejs": "2.3.x"
|
2015-02-27 14:20:01 +00:00
|
|
|
}
|
|
|
|
}
|