-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 839 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 839 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
34
{
"name": "loopin-api",
"version": "1.0.0",
"description": "loopin-api",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd public && npm install"
},
"author": "loopin",
"license": "UNLICENSED",
"dependencies": {
"async": "^2.0.1",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"chance": "^1.0.4",
"cors": "^2.7.1",
"crypto": "0.0.3",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-flash": "0.0.2",
"express-rate-limit": "^2.4.0",
"fs-extra": "^0.30.0",
"jsonwebtoken": "^7.0.1",
"lodash": "^4.15.0",
"mongoose": "^4.5.1",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"nodemailer": "^0.7.1",
"passport": "^0.3.2",
"passport-http-bearer": "1.0.1",
"passport-jwt": "^2.0.0"
}
}