-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (25 loc) · 881 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
{
"name": "qlogger",
"version": "1.10.1",
"description": "very fast easily customizable logger",
"license": "Apache-2.0",
"main": "index.js",
"repository": { "type": "git", "url": "git://github.com/andrasq/qlogger" },
"author": { "name": "Andras", "url": "http://github.com/andrasq" },
"engines": { "node": ">=0.8" },
"keywords": [ "Andras", "quick", "fast", "logging", "newline", "delimited", "text", "data", "transport", "json", "bunyan", "winston" ],
"readme": "see README.md",
"files": ["README.md", "index.js", "filters.js", "lib"],
"optionalDependencies": {
"fs-ext": "1.3.0",
"qfputs": "1.8.2"
},
"devDependencies": {
"qnit": "0.32.3"
},
"scripts": {
"test": "env TZ=America/New_York qnit test",
"coverage": "nyc --reporter lcov --reporter text npm test",
"clean": "rm -rf .nyc_output coverage npm-debug.log"
}
}