-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "binder-logging",
"version": "1.0.3",
"description": "Module for consistent logging across Binder components",
"main": "index.js",
"scripts": {
"test": "mocha test/all.js",
"postinstall": "node scripts/postinstall.js"
},
"browserify": {
"transform": [
"brfs"
]
},
"repository": {
"type": "git",
"url": "https://github.com/binder-project/binder-logging.git"
},
"keywords": [
"binder",
"logging"
],
"author": "Andrew Osheroff <[email protected]> (http://andrewosh.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/binder-project/binder-logging/issues"
},
"homepage": "https://github.com/binder-project/binder-logging",
"dependencies": {
"brfs": "^1.4.3",
"elasticsearch": "^10.1.2",
"event-stream": "^3.3.2",
"fs-extra": "^0.26.5",
"lodash": "^4.0.0",
"nodejs-websocket": "^1.5.0",
"object-assign": "^4.0.1",
"pump": "^1.0.1",
"pumpify": "^1.3.3",
"request": "^2.67.0",
"socket.io-client": "^1.4.4",
"websocket": "^1.0.22",
"winston": "^2.1.1",
"winston-logstash": "^0.2.11"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}