forked from Countly/countly-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "countly-server",
"version": "15.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": "*",
"grunt-cli": "*",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "^0.8.0",
"grunt-mocha-test": "*",
"should": "*",
"supertest": "*"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"async": "^0.9.0",
"connect-flash": "0.1.1",
"connect-mongoskin": "0.1.2",
"ejs": "0.8.4",
"express": "3.2.6",
"express-expose": "0.3.3",
"geoip-lite": "*",
"imagemagick": "0.1.3",
"log-timestamp": "0.1.2",
"moment": "1.7.2",
"moment-isocalendar": "0.1.0",
"mongodb": "1.4.x",
"mongoskin": "1.4.x",
"nodemailer": "0.4.4",
"request": "2.51.0",
"string": "3.0.0",
"time": "*",
"underscore": "1.7.0",
"formidable": "1.0.17"
}
}