-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 945 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
{
"author": {
"name": "Warren Noronha",
"email": "warren.noronha@gmail.com"
},
"name": "winston-scribe",
"description": "A scribe transport for winston",
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"scribe"
],
"version": "0.1.3",
"homepage": "https://github.com/chitika/winston-scribe",
"repository": {
"type": "git",
"url": "git://github.com/chitika/winston-scribe.git"
},
"main": "./lib/winston-scribe",
"dependencies": {
"scribe": "0.0.2"
},
"engines": {
"node": ">= 0.4.0"
},
"readme": "ERROR: No README data found!",
"readmeFilename": "README",
"bugs": {
"url": "https://github.com/chitika/winston-scribe/issues"
},
"_id": "winston-scribe@0.1.2",
"dist": {
"shasum": "ef0440ef7a1a3c6f3a767f7622bfcbf942ef2eda"
},
"_from": "winston-scribe@",
"_resolved": "https://registry.npmjs.org/winston-scribe/-/winston-scribe-0.1.2.tgz"
}