You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "comunalCar",
|
|
"version": "0.0.1",
|
|
"description": "comunalCar, carsharing",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "latest",
|
|
"express": "^4.7.1",
|
|
"jsonwebtoken": "latest",
|
|
"method-override": "^2.1.2",
|
|
"mongoose": "latest",
|
|
"morgan": "latest",
|
|
"md5": "latest",
|
|
"mongoose-unique-validator": "^1.0.2"
|
|
}
|
|
}
|