forked from erichelgeson/winston-splunk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 834 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
{
"name": "winston-splunk",
"description": "A Splunk transport for winston",
"version": "0.1.0",
"author": {
"name": "Eric Helgeson"
},
"repository": {
"type": "git",
"url": "git://github.com/erichelgeson/winston-splunk.git"
},
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"splunk"
],
"devDependencies": {
"winston": "0.4.x",
"vows": "0.5.x"
},
"main": "./lib/winston-splunk",
"scripts": {
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": ">= 0.4.0"
},
"_id": "[email protected]",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "v0.6.12",
"_defaultsLoaded": true,
"dist": {
"shasum": "536362e511a0837a8ae23c797db8e5e7ba9f1525"
},
"_from": "winston-splunk"
}