18 lines
407 B
JSON
18 lines
407 B
JSON
{
|
|
"name": "abr-log",
|
|
"version": "1.0.4",
|
|
"description": "",
|
|
"main": "log.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Alexandre Storelli <a_npm@storelli.fr>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.3.2",
|
|
"winston": "^3.8.1",
|
|
"winston-daily-rotate-file": "^4.7.1"
|
|
},
|
|
"homepage": "https://github.com/adblockradio/log"
|
|
}
|