forked from splunk/splunk-javascript-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 875 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
36
37
38
39
40
41
{
"name": "splunk-logging",
"version": "0.9.3",
"description": "Splunk HTTP Event Collector logging interface",
"homepage": "http://dev.splunk.com",
"main": "index.js",
"scripts": {
"pretest": "jshint *.js test examples && jsdoc -d docs .",
"test": "istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/splunk/splunk-javascript-logging.git"
},
"keywords": [
"splunk",
"HTTP",
"event",
"collector",
"logging",
"stream"
],
"author": {
"name": "Splunk",
"email": "devinfo@splunk.com",
"url": "http://dev.splunk.com"
},
"license": "Apache-2.0",
"engine": {
"node": ">=0.10.0"
},
"dependencies": {
"request": "2.x.x"
},
"devDependencies": {
"istanbul": "0.3.17",
"jsdoc": "3.3.2",
"jshint": "<2.5.0",
"mocha": "2.2.5"
}
}