-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 901 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 901 Bytes
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
{
"name": "logstash-client",
"version": "1.1.1",
"description": "General logstash client with multiple transport support",
"main": "index.js",
"scripts": {
"test": "tap test/",
"cover": "istanbul cover test/*.js",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/purposeindustries/node-logstash-client.git"
},
"keywords": [
"logstash",
"logging",
"amqp"
],
"author": "Purpose Industries <dev@purposeindustries.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/purposeindustries/node-logstash-client/issues"
},
"homepage": "https://github.com/purposeindustries/node-logstash-client",
"dependencies": {
"debug": "^2.2.0",
"reconnect-net": "0.0.0"
},
"devDependencies": {
"coveralls": "^2.11.1",
"istanbul": "^0.3.0",
"tap": "^0.4.12"
}
}