-
Notifications
You must be signed in to change notification settings - Fork 976
/
package.json
101 lines (101 loc) · 2.53 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
{
"name": "countly-server",
"version": "24.5.0",
"description": "innovative, real-time, open source mobile analytics application",
"keywords": [
"analytics",
"mobile",
"data",
"analysis",
"countly"
],
"repository": {
"type": "git",
"url": "git://github.com/countly/countly-server.git"
},
"devDependencies": {
"apidoc": "^1.0.1",
"apidoc-template": "^0.0.2",
"docdash": "^2.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.3.0",
"grunt-mocha-nyc": "1.0.3",
"grunt-mocha-test": "0.13.3",
"jsdoc": "^4.0.0",
"mocha": "10.2.0",
"nyc": "17.1.0",
"should": "13.2.3",
"supertest": "7.0.0"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"all-the-cities": "3.1.0",
"argon2": "0.41.1",
"async": "3.2.6",
"basic-auth": "2.0.1",
"bluebird": "3.7.2",
"body-parser": "1.20.3",
"bunyan": "1.8.15",
"colors": "1.4.0",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.7",
"countly-request": "file:api/utils/countly-request",
"countly-root": "file:api/utils/countly-root",
"countly-sdk-nodejs": "*",
"countly-sdk-web": "*",
"csurf": "^1.11.0",
"csvtojson": "2.0.10",
"ejs": "3.1.10",
"errorhandler": "1.5.1",
"express": "4.21.1",
"express-rate-limit": "7.4.1",
"express-session": "1.18.1",
"form-data": "^4.0.0",
"formidable": "2.1.1",
"fs-extra": "11.2.0",
"geoip-lite": "1.4.10",
"get-random-values": "^3.0.0",
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.2.2",
"hpagent": "^1.2.0",
"icanhazip": "^1.0.3",
"jimp": "1.6.0",
"json2csv": "5.0.7",
"jsonwebtoken": "^9.0.1",
"later": "1.2.0",
"lodash": "4.17.21",
"lru-cache": "7.18.3",
"mcc-mnc-list": "1.1.11",
"method-override": "3.0.0",
"moment": "2.30.1",
"moment-timezone": "0.5.46",
"mongodb": "4.9.1",
"nginx-conf": "2.1.0",
"nodemailer": "6.9.16",
"object-hash": "3.0.0",
"offline-geocoder": "git+https://github.com/Countly/offline-geocoder.git",
"properties-parser": "0.6.0",
"puppeteer": "^23.8.0",
"sass": "1.81.0",
"tslib": "^2.6.3",
"uglify-js": "3.19.3",
"underscore": "1.13.7",
"xlsx-write-stream": "^1.0.0"
},
"overrides": {
"jimp": {
"xml2js": "^0.5.0"
}
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}