-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 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
32
33
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^1.4.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"cors": "^2.8.4",
"express": "^4.13.4",
"jwt-simple": "^0.5.0",
"mongoose": "^4.4.7",
"morgan": "^1.7.0",
"nodemon": "^1.12.1",
"passport": "^0.3.2",
"passport-jwt": "^2.0.0",
"passport-local": "^1.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-facebook-login": "^3.6.2",
"react-facebook-login-component": "^0.9.0"
},
"devDependencies": {
"react-router-role-authorization": "^1.1.3"
}
}