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-02-27 14:22:08 +00:00
|
|
|
"jade": "^1.9.2"
|
2015-02-27 14:20:01 +00:00
|
|
|
}
|
|
|
|
}
|