-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 856 Bytes
/
package.json
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
{
"name": "backend",
"version": "1.0.0",
"description": "FB Backend",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ZhouYou528/MyNewFBWebApp.git"
},
"author": "You Zhou",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZhouYou528/MyNewFBWebApp/issues"
},
"homepage": "https://github.com/ZhouYou528/MyNewFBWebApp#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.1.6",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"socket.io": "^2.1.1",
"nodemon": "^1.18.4"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}