-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1013 Bytes
/
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
{
"name": "express-keenio",
"description": "Express middleware for creating events from request-responses.",
"homepage": "https://github.com/sebinsua/express-keenio",
"keywords": [
"middleware",
"keen.io",
"keenio",
"analytics"
],
"author": "Seb Insua <me@sebinsua.com>",
"repository": {
"type": "git",
"url": "git://github.com/sebinsua/express-keenio.git"
},
"main": "./index.js",
"version": "0.4.6",
"dependencies": {
"connect-friendwares": "0.0.3",
"eventual-schema": "0.1.1",
"keen-js": "^3.4.1"
},
"devDependencies": {
"express": "~4.15.2",
"supertest": "0.8.2",
"proxyquire": "1.7.11",
"mocha": "*",
"sinon": "2.1.0",
"chai": "*",
"jshint": "latest",
"docco": "latest",
"body-parser": "^1.6.3",
"multiparty": "^4.1.3",
"express-session": "^1.7.5",
"cookie-parser": "^1.3.2",
"connect-multiparty": "^2.0.0"
},
"engines": {
"node": "^6"
},
"scripts": {
"test": "make test"
}
}