-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.1 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "traveltech",
"version": "1.0.0",
"description": "Testing and installing express js",
"cacheVersion": "0.0.5",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node forever.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.14.2",
"config": "^1.17.1",
"connect-form": "^0.2.1",
"connect-mongo": "^1.1.0",
"connect-mongodb-session": "^1.1.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"csurf": "^1.8.3",
"csv-export": "^1.0.1",
"debug": "~2.2.0",
"del": "^2.2.0",
"download-file": "^0.1.5",
"ejs": "^2.3.4",
"enum": "^2.3.0",
"express": "^4.13.3",
"express-form": "^0.12.4",
"express-jwt": "^3.3.0",
"express-session": "git+https://github.com/alexey-detr/session.git",
"forever-monitor": "^1.6.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"http": "0.0.0",
"jade": "~1.11.0",
"json2csv": "^3.3.0",
"jsonfile": "^2.2.1",
"jsonwebtoken": "^5.5.4",
"kerberos": "0.0.17",
"lodash": "^3.10.1",
"method-override": "^2.3.5",
"moment": "^2.10.6",
"mongodb": "^2.0.52",
"mongoose": "^4.1.5",
"mongoose-deep-populate": "^3.0.0",
"mongoose-unique-validator": "^1.0.2",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"multipart": "^0.1.5",
"node-gcm": "^0.14.0",
"nodemailer": "^1.11.0",
"nodemailer-mandrill-transport": "^1.0.0",
"nodemailer-smtp-transport": "^2.4.2",
"otplib": "^3.0.1",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"password-hash": "^1.2.2",
"path": "^0.11.14",
"q": "^1.4.1",
"request": "^2.69.0",
"run-sequence": "^1.1.5",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.6",
"socket.io-client": "^1.4.6",
"streamqueue": "^1.1.1",
"twilio": "^2.8.0",
"underscore": "^1.8.3",
"validator": "^4.4.0"
}
}