-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 973 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
36
37
38
39
40
{
"name": "node-authentication",
"main": "server.js",
"scripts": {
"start": "node ./server"
},
"dependencies": {
"async": "latest",
"asyncawait": "^1.0.6",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.1",
"connect": "^3.5.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"csv": "^0.3.7",
"csv-parse": "latest",
"ejs": "^2.3.2",
"excel-export": "^0.5.1",
"execsql": "0.0.3",
"express": "^4.13.0",
"express-csv": "^0.6.0",
"express-session": "^1.11.3",
"futures": "latest",
"google-closure-compiler": "^20170409.0.0",
"lodash": "^4.17.4",
"morgan": "^1.6.0",
"multer": "latest",
"mysql": "^2.7.0",
"mysqldump": "^1.4.2",
"passport": "^0.2.2",
"passport-jwt": "latest",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"q": "^1.5.0",
"request": "^2.79.0",
"underscore": "^1.8.3",
"wait.for": "^0.6.6",
"winston": "^2.3.1"
}
}