forked from Countly/countly-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.1 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
{
"name": "countly-server",
"version": "18.08.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.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "3.3.0",
"grunt-mocha-test": "0.13.3",
"mocha": "^5.1.1",
"should": "13.2.1",
"supertest": "3.1.0"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"async": "2.6.1",
"basic-auth": "2.0.0",
"bluebird": "3.5.1",
"body-parser": "1.18.3",
"colors": "^1.2.4",
"connect-flash": "0.1.1",
"connect-mongoskin": "0.1.2",
"cookie-parser": "1.4.3",
"countly-sdk-web": "18.4.x",
"csurf": "1.9.0",
"docdash": "1.0.0",
"ejs": "2.6.1",
"errorhandler": "1.5.0",
"express": "4.16.3",
"express-session": "1.15.6",
"external-ip": "2.0.3",
"formidable": "1.2.1",
"fs.extra": "^1.3.2",
"geoip-lite": "1.3.2",
"jimp": "0.2.28",
"jsdoc": "3.5.5",
"json2csv": "4.1.6",
"json2xls": "^0.1.2",
"kerberos": "~0.0",
"later": "^1.1.6",
"mcc-mnc-list": "1.0.78",
"method-override": "3.0.0",
"moment": "2.22.2",
"moment-timezone": "0.5.21",
"mongodb": "3.1.1",
"mongoskin": "github:ar2rsawseen/node-mongoskin",
"nginx-conf": "^1.4.0",
"nodemailer": "4.6.7",
"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.3.0",
"request": "2.87.0",
"time": "0.12.0",
"traverse": "^0.6.6",
"underscore": "1.9.1",
"yamljs": "0.3.0"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}