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.
 
 
 
 

28 lines
659 B

{
"name": "CarsInCommon",
"version": "0.0.1",
"description": "CarsInCommon, cooperative carsharing",
"repository": "https://github.com/arnaucode/carsincommonServer",
"contributors": [
{
"name": "Arnau",
"web": "arnaucode.com"
}
],
"main": "server.js",
"scripts": {
"prestart": "npm install",
"start": "node server.js"
},
"dependencies": {
"body-parser": "latest",
"express": "^4.7.1",
"jsonwebtoken": "latest",
"method-override": "^2.1.2",
"mongoose": "latest",
"mongoose-unique-validator": "^1.0.2",
"morgan": "latest",
"readline-sync": "^1.4.7",
"request": "^2.81.0"
}
}