spacecraft-logger
Version:
a logger for spacecraft or any other application
28 lines (27 loc) • 695 B
JSON
{
"name": "spacecraft-logger",
"version": "1.1.3",
"description": "a logger for spacecraft or any other application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-spacecraft/spacecraft-logger.git"
},
"keywords": [
"spacecraft"
],
"author": "moonrailgun",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-spacecraft/spacecraft-logger/issues"
},
"homepage": "https://github.com/node-spacecraft/spacecraft-logger#readme",
"dependencies": {
"mkdirp": "^0.5.1",
"strip-color": "^0.1.0",
"tracer": "^0.8.11"
}
}