mirror of
https://github.com/arnaucube/openEventsPlatformServer.git
synced 2026-02-07 11:46:38 +01:00
21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"name": "openEventsPlatformServer",
|
|
"version": "0.0.1",
|
|
"description": "openEventsPlatformServer",
|
|
"repository": "https://github.com/arnaucode/openEventsPlatformServer",
|
|
"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",
|
|
"morgan": "latest",
|
|
"mongoose-unique-validator": "^1.0.2"
|
|
}
|
|
}
|