2
0
Fork 0
tcrud/example/package.json
2017-06-10 17:19:47 +02:00

22 lines
462 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"
}
}