forked from rvagg/bole
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 697 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
{
"name": "bole-net-errors",
"version": "2.2.3",
"description": "A tiny JSON logger",
"main": "bole.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"logging",
"json"
],
"author": "Gavin Aiken <gavin@aiken.org.uk>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gavinaiken/bole-net-errors.git"
},
"dependencies": {
"core-util-is": ">=1.0.1 <1.1.0-0",
"individual": ">=3.0.0 <3.1.0-0",
"json-stringify-safe": ">=5.0.0 <5.1.0-0"
},
"devDependencies": {
"bl": ">=0.9.3 <0.10.0-0",
"hyperquest": ">=1.0.1 <1.1.0-0",
"list-stream": ">=1.0.0 <1.1.0-0",
"tape": ">=3.0.3 <3.1.0-0"
}
}