trepanjs
Version:
A gdb-like debugger for nodejs. It is in the style of the trepanning debuggers.
45 lines (44 loc) • 966 B
JSON
{
"name": "trepanjs",
"version": "0.2.7",
"description": "A gdb-like debugger for nodejs. It is in the style of the trepanning debuggers.",
"author": "Rocky Bernstein <rockyb@rubyforge.org>",
"bin": {
"trepanjs": "./bin/trepanjs"
},
"bugs": {
"url": "https://github.com/rocky/trepanjs/issues"
},
"dependencies": {
"consolehighlighter": "^0.1.5",
"marked": "^0.3.17",
"marked-terminal": "^1.6.1",
"nopt": "*"
},
"directories": {
"bin": "./bin",
"doc": "./doc",
"example": "./example",
"test": "./test"
},
"engines": {
"node": ">=0.10.0 <7.7.0"
},
"license": "ISC",
"keywords": [
"debugger",
"gdb",
"trepan"
],
"repository": {
"type": "git",
"url": "https://github.com/rocky/trepanjs"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.4"
}
}