showandtell
Version:
A Javascript library providing debugger-like command-line interactivity for program state inspection and modification
42 lines (41 loc) • 970 B
JSON
{
"name": "showandtell",
"version": "0.1.3",
"description": "A Javascript library providing debugger-like command-line interactivity for program state inspection and modification",
"main": "lib/index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zsck/showandtell.git"
},
"keywords": [
"debugger",
"debugging",
"command-line",
"command",
"cli",
"interact",
"interaction",
"state",
"inspection",
"modification"
],
"author": "Zack Mullaly <redwire@riseup.net> (http://redwire.co/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zsck/showandtell/issues"
},
"homepage": "https://github.com/zsck/showandtell#readme",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-spawn-mocha": "^2.2.2",
"gulp-standard": "^6.0.5",
"mocha": "^2.4.5",
"standard": "^6.0.8"
},
"dependencies": {
}
}