-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.75 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
{
"name": "countly-server",
"version": "16.6.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": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"mocha": ">=1.20.0",
"grunt-mocha-test": "0.12.7",
"should": "9.0.1",
"supertest": "1.2.0"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"async": "1.5.2",
"colors": "^1.1.2",
"connect-flash": "0.1.1",
"connect-mongoskin": "0.1.2",
"ejs": "2.4.2",
"express": "4.14.0",
"express-expose": "0.3.4",
"cookie-parser": "1.4.3",
"express-session": "1.14.0",
"method-override": "2.3.6",
"csurf": "1.9.0",
"errorhandler": "1.4.3",
"basic-auth": "1.0.4",
"body-parser": "1.15.2",
"geoip-lite": "1.1.8",
"sharp": "0.15.0",
"later": "^1.1.6",
"moment": "1.7.2",
"moment-isocalendar": "0.1.0",
"mongodb": "2.1.18",
"mongoskin": "2.1.0",
"nodemailer": "2.4.2",
"nodemailer-smtp-transport": "2.5.0",
"nodemailer-smtp-pool": "2.6.0",
"nodemailer-sendmail-transport": "1.0.0",
"request": "2.72.0",
"string": "3.3.1",
"time": "0.11.4",
"underscore": "1.8.3",
"formidable": "1.0.17",
"kerberos": "~0.0",
"properties-parser":"0.3.1",
"external-ip":"0.2.4",
"escape-html":"1.0.3"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}