-
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.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 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": "API",
"version": "0.1.0",
"description": "Cloud server for Hedwig.",
"repository": {
"type": "git",
"url": "https://github.com/hedwig-project/API"
},
"bugs": {
"url": "https://github.com/hedwig-project/API/issues"
},
"main": "app/index.js",
"scripts": {
"start": "nodemon app/index.js"
},
"license": "MIT",
"dependencies": {
"bcrypt": "^1.0.2",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"co": "^4.6.0",
"connect-mongo": "^1.3.2",
"cors": "^2.8.1",
"crypto": "0.0.3",
"csurf": "^1.9.0",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"jsonwebtoken": "^7.3.0",
"lodash": "^4.17.4",
"method-override": "^2.3.7",
"mongoose": "^4.9.0",
"mongoose-unique-validator": "^1.0.6",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"redis": "^2.8.0",
"socket.io": "^2.0.3",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.7.2"
},
"devDependencies": {
"nodemon": "^1.12.1",
"socket.io-client": "^2.0.3"
}
}