forked from Countly/countly-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.22 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
{
"name": "countly-server",
"version": "20.11.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": {
"grunt-eslint": "^23.0.0",
"grunt-mocha-nyc": "^1.0.3",
"grunt-mocha-test": "0.13.3",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"should": "13.2.3",
"supertest": "6.0.1"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"argon2": "0.27.0",
"async": "3.2.0",
"basic-auth": "2.0.1",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"bunyan": "1.8.14",
"colors": "^1.4.0",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.5",
"countly-root": "file:api/utils/countly-root",
"countly-sdk-nodejs": "*",
"countly-sdk-web": "*",
"csurf": "1.11.0",
"docdash": "1.2.0",
"ejs": "3.1.5",
"errorhandler": "1.5.1",
"express": "4.17.1",
"express-rate-limit": "5.1.3",
"express-session": "1.17.1",
"external-ip": "2.3.1",
"formidable": "1.2.2",
"fs-extra": "^9.0.0",
"geoip-lite": "1.4.2",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-uglify": "5.0.0",
"jimp": "0.16.1",
"jsdoc": "3.6.6",
"json2csv": "5.0.3",
"json2xls": "^0.1.2",
"later": "^1.2.0",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"mcc-mnc-list": "1.1.3",
"method-override": "3.0.0",
"moment": "2.29.1",
"moment-timezone": "0.5.31",
"mongodb": "3.6.3",
"nginx-conf": "1.5.0",
"node-xlsx-stream": "^0.1.8",
"nodemailer": "6.4.15",
"nodemailer-sendmail-transport": "1.0.2",
"nodemailer-smtp-pool": "2.8.3",
"nodemailer-smtp-transport": "2.7.4",
"offline-geocoder": "github:iartem/offline-geocoder",
"properties-parser": "0.3.1",
"puppeteer": "2.1.1",
"request": "2.88.2",
"underscore": "1.11.0",
"uglify-js": "3.10.4",
"yamljs": "0.3.0"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}