-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
37 lines (37 loc) · 953 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
{
"name": "bunyan-loggly",
"version": "2.0.1",
"description": "A bunyan stream to transport logs to loggly",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"bunyan",
"log",
"loggly"
],
"author": "Maurice Butler <[email protected]>",
"license": "MIT",
"dependencies": {
"json-stringify-safe": "^5.0.1",
"node-loggly-bulk": "^3.0.1"
},
"devDependencies": {
"@types/bunyan": "^1.8.8",
"proxyquire": "^2.1.3",
"tape": "^5.6.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MauriceButler/bunyan-loggly.git"
},
"bugs": {
"url": "https://github.com/MauriceButler/bunyan-loggly/issues"
},
"homepage": "https://github.com/MauriceButler/bunyan-loggly#readme"
}