-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "server-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app/index.js",
"dev": "DEBUG=app,web,api,auth,usr,jmo nodemon app/index.js"
},
"author": "Ricardo Martínez",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-json-transform": "^1.0.0",
"fcm-push": "^1.1.3",
"jamendo": "^0.3.5",
"moment": "^2.19.1",
"mongoose": "^4.13.1",
"mongoose-paginate": "^5.0.3",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"passport-local-mongoose": "^4.4.0",
"pug": "^2.0.0-rc.4",
"simple-oauth2": "^1.3.0",
"uuid": "^3.1.0"
}
}