2
0
Fork 0
tcrud/example/package.json

23 lines
493 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.4.3",
"debug": "^3.1.0",
"express-winston": "^2.4.0",
"ldapjs": "1.0.2",
"mongoose": "^4.13.6",
"mssql": "^4.1.0",
"mysql2": "^1.5.1",
"node-postgres-named": "^2.4.1",
"pg": "^7.4.0",
"serve-favicon": "^2.4.5",
"winston": "^2.4.0"
}
}