strong-debugger
Version:
DevTools Remote Debugging Protocol provider for Node.js and io.js
40 lines (39 loc) • 903 B
JSON
{
"name": "strong-debugger",
"version": "1.0.0",
"description": "DevTools Remote Debugging Protocol provider for Node.js and io.js",
"keywords": [
"StrongLoop",
"Debugger",
"Chrome Developer Tools",
"DevTools"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-debugger"
},
"main": "index.js",
"gypfile": true,
"scripts": {
"install": "node-gyp rebuild",
"pretest": "jscs . && jshint .",
"test": "tap test/lab/*.test.js test/*.test.js"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.0.5"
},
"devDependencies": {
"bluebird": "^2.9.26",
"chai": "^2.3.0",
"debug": "^2.2.0",
"dirty-chai": "^1.2.1",
"jscs": "^2.1.1",
"jshint": "^2.6.0",
"newline-json": "^0.1.1",
"split": "^1.0.0",
"tap": "^1.2.0",
"ws": "^0.8.0"
}
}