-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "server",
"version": "1.0.0",
"description": "yamovie server",
"main": "server.js",
"engines": {
"node": "11.9.0"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yamovie/server.git"
},
"author": "yamovie",
"license": "ISC",
"bugs": {
"url": "https://github.com/yamovie/server/issues"
},
"homepage": "https://github.com/yamovie/server#readme",
"dependencies": {
"axios": "^0.18.1",
"bcrypt": "^3.0.5",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"i": "^0.3.6",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.1.13",
"mongoose": "^5.7.5",
"mongoose-paginate-v2": "^1.0.24",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"shortid": "^2.2.14"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}