debug-levels-promise
Version:
Eugene Song's debug-levels with a thenable callback
27 lines (26 loc) • 623 B
JSON
{
"name": "debug-levels-promise",
"version": "0.0.2",
"description": "Eugene Song's debug-levels with a thenable callback",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kepikoi/debug-levels"
},
"keywords": [
"debug",
"debug-levels"
],
"author": "Alec Utin <kepi@binks.rocks>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kepikoi/debug-levels/pulls"
},
"homepage": "https://github.com/kepikoi/debug-levels",
"dependencies": {
"debug": "^2.1.0"
}
}