-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 914 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
{
"name": "loggerplus",
"version": "1.2.2",
"description": "A simple JavaScript library to add optional functionality directly to console.log, avoiding the need to refactor existing code.",
"main": "loggerplus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brads3290/loggerplus.git"
},
"keywords": [
"console",
"log",
"console.log",
"logging",
"logger",
"better",
"upgrade",
"upgraded",
"loggerplus",
"plus",
"simple",
"small",
"enhance",
"log enhance",
"better log"
],
"author": "Brad Sullivan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Brads3290/loggerplus/issues"
},
"homepage": "https://github.com/Brads3290/loggerplus#readme",
"dependencies": {
"stacktrace-js": "^1.3.1",
"tinytim": "^0.1.1"
}
}