-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
{
"name": "in-app-event-collector",
"version": "0.0.0",
"description": "Simple version of a server that collects in-app events sent from (mobile) devices",
"main": "src/app.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/sheac/in-app-event-collector.git"
},
"author": "Shea Clare",
"license": "MIT",
"bugs": {
"url": "https://github.com/sheac/in-app-event-collector/issues"
},
"homepage": "https://github.com/sheac/in-app-event-collector",
"devDependencies": {
"blanket": "^1.1.6",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-mocha-test": "^0.12.0",
"grunt-todo": "^0.4.0",
"jshint-stylish": "^1.0.0",
"mocha": "^1.21.4",
"should": "^4.0.4"
},
"dependencies": {
"async": "^0.9.0",
"baconjs": "^0.7.22",
"body-parser": "^1.8.2",
"express": "^4.9.3",
"grunt-env": "^0.4.1",
"grunt-express-server": "^0.4.19",
"hiredis": "^0.1.17",
"lodash": "^2.4.1",
"node-strict": "^1.0.0",
"redis": "^0.12.1",
"request": "^2.44.0",
"winston": "^0.8.0"
}
}