-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 960 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
41
42
43
44
45
{
"name": "logminer",
"version": "v1.0.0",
"description": "An object oriented logger for more organised log tracking.",
"author": "Adam Halasz <[email protected]>",
"homepage": "http://github.com/adamhalasz/logminer",
"keywords": [
"log",
"logs",
"log mining",
"monitor",
"issue",
"tracking",
"deep",
"object oriented",
"nested",
"chain",
"event",
"track",
"info",
"warn",
"error"
],
"bugs": {
"url": "http://github.com/adamhalasz/logminer/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/adamhalasz/logminer.git"
},
"license": "MIT",
"author": {
"name": "Halász Ádám",
"email": "[email protected]",
"url": "http://adamhalasz.com/"
},
"dependencies": {
"colors": "^1.1.2",
"moment": "^2.10.6",
"stacktrace-js": "^1.0.1",
"uniqid": "^1.0.0"
},
"lincense": "MIT"
}