-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.13 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
48
{
"name": "Webrtc-Hack",
"version": "1.0.0",
"private": true,
"author": "Satnami",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.12.0",
"bson": "~0.3",
"cheerio": "0.19.0",
"cloudinary": "^1.2.4",
"compression": "1.1.0",
"connect-mongo": "0.4.1",
"connect-mongodb-session": "^1.0.5",
"connect-timeout": "^1.7.0",
"cookie-parser": "1.3.4",
"cookie-session": "1.0.2",
"cors": "^2.2.0",
"cron": "1.0.9",
"debug": "2.1.1",
"elasticsearch": "^8.2.0",
"express": "4.12.2",
"express-session": "1.11.2",
"fs": "0.0.2",
"jsonwebtoken": "^5.0.2",
"lodash": "3.9.1",
"method-override": "^2.2.0",
"mongodb": "*",
"mongoose": "4.1.10",
"morgan": "1.5.1",
"multer": "^1.0.3",
"newrelic": "1.22.0",
"node-schedule": "0.2.7",
"node-uuid": "^1.4.3",
"q": "x",
"redis": "^2.1.0",
"request": "2.55.0",
"require-directory": "~2.1.1",
"scraper-engine": "5.0.0",
"serve-favicon": "2.2.0",
"serve-static": "1.0.2",
"swig": "^1.4.2",
"uuid": "^2.0.3"
}
}