-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 789 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 789 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
{
"name": "react-portal-server",
"version": "0.4.1",
"description": "A RESTfull service for React-Portal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"wss": "nodemon wss.js"
},
"author": "Jean-Yves Vinet",
"repository": {
"type": "git",
"url": "https://github.com/vinej/react-portal-server.git"
},
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.15.0",
"cors": "2.7.1",
"express": "4.13.4",
"jwt-simple": "0.5.0",
"mongoose": "4.4.7",
"morgan": "1.7.0",
"nodemon": "1.9.1",
"passport": "0.3.2",
"passport-jwt": "2.0.0",
"passport-local": "1.0.0",
"socket.io": "^1.4.6",
"ws": "^1.1.0"
}
}