forked from Countly/countly-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.06 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
{
"name": "countly-server",
"version": "18.04.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.1",
"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.0.1",
"mocha": ">=1.20.0",
"grunt-mocha-test": "0.13.2",
"should": "11.2.1",
"supertest": "3.0.0"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"async": "2.5.0",
"basic-auth": "1.1.0",
"bluebird": "3.5.0",
"body-parser": "1.17.2",
"colors": "^1.1.2",
"connect-flash": "0.1.1",
"connect-mongoskin": "0.1.2",
"cookie-parser": "1.4.3",
"csurf": "1.9.0",
"docdash": "ar2rsawseen/docdash",
"ejs": "2.5.7",
"errorhandler": "1.5.0",
"express": "4.15.3",
"express-expose": "0.3.4",
"express-session": "1.15.4",
"external-ip": "1.3.1",
"formidable": "1.1.1",
"fs.extra": "^1.3.2",
"geoip-lite": "1.2.1",
"jimp": "0.2.28",
"jsdoc": "3.5.3",
"json2csv": "^3.7.3",
"json2xls": "^0.1.2",
"kerberos": "~0.0",
"later": "^1.1.6",
"mcc-mnc-list": "1.0.74",
"method-override": "2.3.9",
"moment": "2.18.1",
"moment-timezone": "0.5.13",
"mongodb": "2.2.30",
"mongoskin": "2.1.0",
"nodemailer": "4.0.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",
"request": "2.81.0",
"string": "3.3.3",
"time": "0.12.0",
"traverse": "^0.6.6",
"underscore": "1.8.3",
"yamljs": "0.3.0"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}