-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 829 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
{
"name": "log4js-elasticsearch",
"version": "0.0.8",
"description": "log4js appender for node that targets elasticsearch.\nCompatible with logstash's elasticsearch_http output; Viewable with Kibana.",
"main": "lib/log4js-elasticsearch.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/hmalphettes/log4js-elasticsearch.git"
},
"keywords": [
"log4js",
"log4js-node",
"elasticsearch",
"kibana"
],
"author": {
"name": "Hugues Malphettes",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"log4js": "*",
"chai": "*",
"mocha": "*",
"istanbul": "*",
"mocha-istanbul": "*",
"sandboxed-module": "*",
"jshint": "*"
},
"optionalDependencies": {}
}