forked from Countly/countly-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.23 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
{
"name": "countly-server",
"version": "19.02.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": "1.0.3",
"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": "3.3.0",
"grunt-eslint": "^21.0.0",
"grunt-mocha-nyc": "^1.0.3",
"grunt-mocha-test": "0.13.3",
"mocha": "^5.1.1",
"nyc": "^13.2.0",
"should": "13.2.3",
"supertest": "3.4.2"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"argon2": "0.19.3",
"async": "2.6.1",
"basic-auth": "2.0.1",
"bluebird": "3.5.3",
"body-parser": "1.18.3",
"colors": "^1.2.4",
"connect-flash": "0.1.1",
"connect-mongoskin": "github:ar2rsawseen/connect-mongoskin",
"cookie-parser": "1.4.3",
"countly-sdk-nodejs": "18.8.x",
"countly-sdk-web": "18.11.x",
"csurf": "1.9.0",
"docdash": "1.0.2",
"ejs": "2.6.1",
"errorhandler": "1.5.0",
"express": "4.16.4",
"express-rate-limit": "3.3.2",
"express-session": "1.15.6",
"external-ip": "2.1.1",
"formidable": "1.2.1",
"fs.extra": "^1.3.2",
"geoip-lite": "1.3.6",
"jimp": "0.6.0",
"jsdoc": "3.5.5",
"json2csv": "4.3.3",
"json2xls": "^0.1.2",
"later": "^1.1.6",
"mcc-mnc-list": "1.0.80",
"method-override": "3.0.0",
"moment": "2.24.0",
"moment-timezone": "0.5.23",
"mongodb": "3.1.13",
"mongoskin": "github:ar2rsawseen/node-mongoskin",
"nginx-conf": "1.4.0",
"nodemailer": "5.1.1",
"nodemailer-sendgrid-transport": "0.2.0",
"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": "1.12.2",
"request": "2.88.0",
"time": "0.12.0",
"underscore": "1.9.1",
"yamljs": "0.3.0"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}