![dependabot[bot]](/code/assets/img/avatar_default.png)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.33 to 3.1.13. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v2.2.33...v3.1.13) Signed-off-by: dependabot[bot] <support@github.com>
39 lines
992 B
JSON
39 lines
992 B
JSON
{
|
|
"name": "NodeServer",
|
|
"version": "1.0.0",
|
|
"description": "Backend for connecting to DataCandy service",
|
|
"main": "server.js",
|
|
"author": "Cluster Systems",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"contributors": [
|
|
{
|
|
"name": "Rodrigo Pinto",
|
|
"email": " rodrigo_plp@yahoo.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"dev": "set NODE_ENV=dev & npm run start",
|
|
"prod": "set NODE_ENV=production & npm run start",
|
|
"start": "nodemon server.js",
|
|
"devwin": "set NODE_ENV=dev & npm run startwin",
|
|
"prodwin": "set NODE_ENV=production & npm run startwin",
|
|
"startwin": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"abab": "^1.0.4",
|
|
"bcrypt": "^5.0.0",
|
|
"bluebird": "^3.5.1",
|
|
"body-parser": "^1.18.2",
|
|
"connect": "^3.6.5",
|
|
"express": "^4.16.2",
|
|
"mongodb": "^3.1.13",
|
|
"mongoose": "^5.7.5",
|
|
"passport": "^0.4.0",
|
|
"passport-local": "^1.0.0",
|
|
"validator": "^13.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.12.1"
|
|
}
|
|
}
|