forked from starak/node-console-stamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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": "console-stamp",
"main": "main",
"version": "0.2.0-RC2",
"author": {
"name": "Ståle Raknes",
"email": "stale@raknes.net",
"url": "http://github.com/starak"
},
"contributors": [
{
"name": "Ståle Raknes",
"url": "http://github.com/starak"
},
{
"name": "Jotham Read",
"url": "https://github.com/jotham"
},
{
"name": "Christiaan Westerbeek",
"url": "https://github.com/devotis"
}
],
"description": "Patch NodeJS console methods in order to add timestamp information by pattern",
"keywords": [
"console",
"timestamp",
"log",
"jslog",
"debug"
],
"repository": {
"type": "git",
"url": "http://github.com/starak/node-console-stamp.git"
},
"license": "MIT",
"dependencies": {
"dateformat": "^1.0.11",
"merge": "^1.2.0",
"colors": "^1.1.2"
},
"devDependencies": {
"filesize": "^3.1.2"
}
}