-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 837 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
{
"name": "trying",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babyparse": "^0.4.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"bower": "^1.8.0",
"chunk": "0.0.2",
"connect-flash": "^0.1.1",
"csv-parse": "^1.2.1",
"csv-parser": "^1.11.0",
"csvtojson": "^1.1.7",
"ejs": "^2.5.7",
"express": "^4.15.3",
"express-messages": "^1.0.1",
"express-session": "^1.15.5",
"express-validator": "^3.2.1",
"mongoose": "^4.11.6",
"multer": "^1.3.0",
"papaparse": "^4.3.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.3",
"socket.io": "^2.0.3"
}
}