forked from Countly/countly-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.48 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
{
"name": "countly-server",
"version": "22.09.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": "24.0.0",
"grunt-mocha-nyc": "1.0.3",
"grunt-mocha-test": "0.13.3",
"grunt-contrib-watch": "1.1.0",
"mocha": "10.0.0",
"nyc": "15.1.0",
"should": "13.2.3",
"supertest": "6.3.0"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"all-the-cities": "3.1.0",
"apidoc": "0.53.0",
"apidoc-template": "github:kanwarujjaval/dash-apidoc-template",
"argon2": "0.29.1",
"async": "3.2.4",
"basic-auth": "2.0.1",
"bluebird": "3.7.2",
"body-parser": "1.20.1",
"bunyan": "1.8.15",
"colors": "1.4.0",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.6",
"countly-root": "file:api/utils/countly-root",
"countly-sdk-nodejs": "*",
"countly-sdk-web": "*",
"csurf": "1.11.0",
"csvtojson": "2.0.10",
"docdash": "1.2.0",
"ejs": "3.1.8",
"errorhandler": "1.5.1",
"express": "4.18.2",
"express-rate-limit": "6.6.0",
"express-session": "1.17.3",
"external-ip": "2.3.1",
"formidable": "1.2.2",
"fs-extra": "10.1.0",
"geoip-lite": "1.4.6",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.2.2",
"html-pdf": "3.0.1",
"jimp": "0.16.2",
"jsdoc": "3.6.11",
"json2csv": "5.0.7",
"later": "1.2.0",
"lodash": "4.17.21",
"lru-cache": "7.14.0",
"mcc-mnc-list": "1.1.9",
"method-override": "3.0.0",
"moment": "2.29.4",
"moment-timezone": "0.5.37",
"mongodb": "4.9.1",
"nginx-conf": "2.1.0",
"node-xlsx-stream": "0.1.8",
"nodemailer": "6.8.0",
"nodemailer-sendmail-transport": "1.0.2",
"nodemailer-smtp-pool": "2.8.3",
"nodemailer-smtp-transport": "2.7.4",
"object-hash": "3.0.0",
"offline-geocoder": "github:iartem/offline-geocoder",
"properties-parser": "0.3.1",
"puppeteer": "17.1.3",
"request": "2.88.2",
"sass": "1.54.9",
"uglify-js": "3.17.2",
"underscore": "1.13.6",
"yamljs": "0.3.0"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}