-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 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
47
{
"name": "teacherapp",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "nodemon app"
},
"dependencies": {
"async": "^1.4.2",
"aws-sdk": "^2.3.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.5",
"cookies": "^0.6.1",
"csurf": "1.5.0",
"csvtojson": "^0.5.0",
"debug": "~2.2.0",
"ejs": "^2.4.1",
"errorhandler": "1.1.1",
"excel": "^0.1.4",
"express": "~4.12.4",
"express-session": "1.7.6",
"jquery": "^2.2.3",
"jsonwebtoken": "^5.7.0",
"less-middleware": "1.0.4",
"method-override": "2.1.3",
"moment": "^2.10.6",
"moment-timezone": "^0.4.0",
"mongodb": "^2.0.43",
"mongoose": "^4.1.8",
"mongoskin": "1.4.4",
"morgan": "~1.5.3",
"multer": "^1.1.0",
"node-gcm": "^0.12.0",
"node-uuid": "^1.4.3",
"nodemailer": "^0.7.1",
"nodemon": "^1.7.0",
"notp": "^2.0.3",
"serve-favicon": "~2.2.1",
"socket.io-client": "^1.3.7",
"underscore.string": "^3.2.2",
"url": "^0.11.0",
"validator": "^4.1.0",
"xls-to-json": "^0.3.2",
"xlsx-to-json": "^0.2.4"
}
}