UNPKG

node-inspector-sans-ws

Version:
42 lines (41 loc) 882 B
{ "name": "node-inspector-sans-ws", "version": "0.6.2", "description": "Web Inspector based nodeJS debugger", "homepage": "http://github.com/appcubator/node-inspector", "author": "Danny Coates <dannycoates@gmail.com>", "keywords": [ "debug", "debugger", "inspector", "profiler" ], "repository": { "type": "git", "url": "http://github.com/appcubator/node-inspector.git" }, "engines": { "node": ">=0.8.0" }, "bin": { "node-inspector": "./bin/inspector.js" }, "dependencies": { "socket.io": "~0.9.14", "express": "~3.4", "async": "~0.2.8", "glob": "~3.2.1", "rc": "~0.3.0", "strong-data-uri": "~0.1.0", "debug": "~0.7.3" }, "devDependencies": { "mocha": "latest", "chai": "latest" }, "preferGlobal": true, "scripts": { "test": "mocha", "lint": "./tools/gjslint.sh" } }