forked from glalaj/backoffice-administration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.07 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "magoware_portal",
"version": "1.10.5",
"db_migration_nr": "db.008",
"description": "MAGOWARE Administartion Portal",
"main": "server.js",
"dependencies": {
"@maxmind/geoip2-node": "^0.7.0",
"acl": "^0.4.10",
"apicache": "^1.2.3",
"async": "^3.1.0",
"body-parser": "^1.16.0",
"chalk": "^2.4.2",
"common": "^0.2.5",
"connect-multiparty": "^2.0.0",
"connect-redis": "^3.2.0",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"csvtojson": "^2.0.8",
"dateformat": "^3.0.3",
"docdash": "^1.1.1",
"download": "^7.1.0",
"download-file": "^0.1.5",
"ectoken": "^1.0.0",
"ejs": "^2.6.1",
"express": "^4.14.0",
"express-mongoose-docs": "^0.3.1",
"express-rate-limit": "^5.0.0",
"express-session": "^1.15.0",
"express-status-monitor": "^1.2.3",
"extract-zip": "^1.6.7",
"faker": "^4.1.0",
"fast-csv": "^3.4.0",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"helmet": "^3.4.0",
"html-pdf": "^2.2.0",
"http": "0.0.0",
"http-auth": "^3.2.3",
"https": "^1.0.0",
"iconv-lite": "^0.5.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"logzio-nodejs": "^1.0.6",
"merge": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"mysql": "^2.13.0",
"node-sass": "^4.9.0",
"nodemailer": "^6.3.0",
"opensubtitles-api": "^5.0.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-jwt": "^4.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-paypal-openidconnect": "^0.1.1",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"playlist-parser": "0.0.12",
"prompt": "^1.0.0",
"qr-image": "^3.2.0",
"querystring": "^0.2.0",
"randomstring": "^1.1.5",
"redis-server": "git+https://github.com/eduardhasanaj2/node-redis-server.git",
"request": "^2.79.0",
"rimraf": "^2.7.0",
"sequelize": "^3.30.0",
"sequelize-cli": "^4.1.1",
"serve-favicon": "^2.3.2",
"socket.io": "^2.2.0",
"sqlite3": "^4.0.2",
"sqlstring": "^2.3.1",
"stripe": "^7.10.0",
"swig": "^1.4.2",
"tar": "^4.4.8",
"winston": "^2.3.1",
"woocommerce-api": "^1.4.2",
"xml2js": "^0.4.17",
"xmltv": "^0.3.0"
},
"scripts": {
"start": "node server.js",
"test": "mocha \"modules/**/*.test.js\"",
"device-test": "mocha modules/deviceapiv2/server/tests --timeout 50000",
"bo-test": "mocha modules/mago/server/tests --timeout 50000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TIBOIPTV/magoware_backend.git"
},
"author": "MAGOWARE",
"license": "MIT",
"bugs": {
"url": "https://github.com/TIBOIPTV/magoware_backend/issues"
},
"homepage": "https://github.com/TIBOIPTV/magoware_backend#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0",
"supertest": "^4.0.2"
}
}