fliphub-monorepo
Version:
the builder of builders
34 lines (33 loc) • 716 B
JSON
{
"name": "inspector-gadget",
"description": "preconfigured nodejs util for inspecting, and customizing inspecting",
"version": "1.0.0",
"main": "index.js",
"files": [
"index.js",
"inspector.js",
"inspector-gadget.js"
],
"dependencies": {
"javascript-stringify": "^1.6.0"
},
"keywords": [
"flip",
"inspect",
"helpers",
"utils",
"debugging",
"nodejs",
"fliphub",
"flipbox"
],
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliphub.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliphub/issues"
}
}