console-hook
Version:
console hooks for override and capture
29 lines (28 loc) • 645 B
JSON
{
"name": "console-hook",
"version": "0.0.2",
"description": "console hooks for override and capture",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrejewski/console-hook.git"
},
"keywords": [
"console",
"override",
"capture",
"hook"
],
"author": "Chris Andrejewski <christopher.andrejewski@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrejewski/console-hook/issues"
},
"homepage": "https://github.com/andrejewski/console-hook#readme",
"devDependencies": {
"mocha": "^3.0.0"
}
}