-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 860 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
{
"name": "snaplog",
"version": "0.3.3",
"description": "A better logger tool than console.log with colors, progress and deep inspection",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexandreAWE/snaplog.git"
},
"keywords": [
"log",
"logger",
"console",
"console.log",
"debug",
"tools",
"sysadmin"
],
"author": "Alexandre Da Costa <[email protected]> (www.alexandredacosta.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexandreAWE/snaplog/issues"
},
"homepage": "https://github.com/AlexandreAWE/snaplog#readme",
"dependencies": {
"chalk": "^1.1.1",
"charm": "^1.0.0",
"cli-color": "^1.1.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"stack-trace": "0.0.9"
}
}