2
0
Fork 0
tcrud/example/package.json

23 lines
493 B
JSON
Raw Normal View History

2017-06-10 14:53:29 +00:00
{
"name": "node-ff-tcrud-example",
"description": "node-ff-tcrud-example",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node example.js"
},
"dependencies": {
2017-12-23 21:45:27 +00:00
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"express-winston": "^2.4.0",
"ldapjs": "1.0.2",
2017-12-23 21:45:27 +00:00
"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"
2017-06-10 14:53:29 +00:00
}
}