22 lines
471 B
JSON
22 lines
471 B
JSON
|
{
|
||
|
"name": "node-ff-tcrud-example",
|
||
|
"description": "node-ff-tcrud-example",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node example.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"cookie-parser": "^1.0.1",
|
||
|
"debug": "^2.2.0",
|
||
|
"express-winston": "0.3.1",
|
||
|
"static-favicon": "~1.0.0",
|
||
|
"winston": "~0.7.3",
|
||
|
"node-postgres-named": "^2.2.0",
|
||
|
"pg": "^4.4.0",
|
||
|
"mssql": "^2.1.6",
|
||
|
"mysql2": "^0.15.8",
|
||
|
"mongoose": "~3.8.13"
|
||
|
}
|
||
|
}
|