-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 834 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 834 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
{
"name": "bunyan-syslog",
"description": "Syslog Stream for Bunyan",
"version": "0.3.4",
"author": "Mark Cavage",
"license": "MIT",
"main": "./lib/index.js",
"keywords": [
"bunyan",
"syslog"
],
"repository": {
"type": "git",
"url": "https://github.com/joyent/node-bunyan-syslog.git"
},
"bugs": {
"url": "https://github.com/joyent/node-bunyan-syslog/issues"
},
"dependencies": {
"assert-plus": "0.1.5",
"nan": "^2.14.0",
"safer-buffer": "~2.1.0"
},
"devDependencies": {
"bunyan": "^1.8.12",
"istanbul": "^0.3.6",
"faucet": "0.0.1",
"tape": "^4.11.0",
"eslint": "^4.13.1",
"eslint-plugin-joyent": "~2.1.0"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover --print none test/run.js"
},
"engines": {
"node": ">=0.10.0"
}
}