-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.17 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
79
80
{
"name": "persian-mode",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jasmine & jasmine-node --verbose --forceexit --captureExceptions spec/api"
},
"dependencies": {
"async-foreach": "^0.1.3",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"bson": "^1.0.5",
"cli-color": "^1.1.0",
"color-name": "^1.1.4",
"compression": "^1.7.2",
"connect-redis": "^3.3.0",
"cookie-parser": "~1.4.3",
"copy-dir": "^0.3.0",
"cors": "^2.8.5",
"cron": "^1.5.0",
"crypto": "^1.0.1",
"css-color-converter": "^1.1.0",
"debug": "^4.1.1",
"dotenv": "^4.0.0",
"express": "^4.16.3",
"express-session": "^1.15.0",
"file-type": "^8.0.0",
"fs-extra": "^7.0.0",
"jade": "^1.11.0",
"jalali-moment": "^2.1.8",
"jimp": "^0.2.28",
"jsonexport": "^2.2.0",
"jsonwebtoken": "8.1.1",
"lodash": "^4.17.11",
"mailgun-js": "^0.22.0",
"moment": "^2.22.1",
"moment-timezone": "^0.5.15",
"mongoose": "^5.4.6",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"node-cron": "^1.2.1",
"node-datetime": "^2.0.6",
"node-rsa": "^1.0.1",
"nodemailer": "^4.6.4",
"ntcjs": "^1.1.2",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"randomstring": "^1.1.5",
"read-chunk": "^2.1.0",
"redis": "^2.7.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"requirejs": "^2.3.6",
"rimraf-promise": "^2.0.0",
"rsa-xml": "^0.1.5",
"rxjs": "^5.5.10",
"serve-favicon": "^2.5.0",
"sha1": "^1.1.1",
"socket.io": "^2.1.0",
"socket.io-redis": "^5.1.0",
"socket.io.session": "^1.0.13",
"spider-detector": "^1.0.18",
"xlsx": "^0.11.17",
"xml2js": "^0.4.19"
},
"devDependencies": {
"fs-copy-file-sync": "^1.0.1",
"jasmine": "^2.99.0",
"jasmine-node": "^3.0.0",
"jasmine-spec-reporter": "^4.2.1",
"rimraf": "^2.6.2",
"shelljs": "^0.8.1",
"socket.io-client": "^2.1.0"
}
}