UNPKG

devil

Version:

Debugger, profiler and runtime with embedded WebKit DevTools client.

58 lines (57 loc) 1.38 kB
{ "name": "devil", "description": "Debugger, profiler and runtime with embedded WebKit DevTools client.", "version": "0.1.4", "keywords": [ "debugger", "debug", "inspector", "inspect", "profiler", "cpu profiler", "heap profiler", "devtools", "node-webkit", "development", "devil" ], "author": "Newton Software <dev@newton.codes> (https://newton.codes/)", "contributors": [ "Hristiyan Nikolov <hristiyan@newton.codes>", "Dimitar Andreev <d.andreev@newton.codes>" ], "license": "MIT", "homepage": "https://github.com/newton-software/devil", "repository": { "url": "https://github.com/newton-software/devil.git", "type": "git" }, "bugs": { "url": "https://github.com/newton-software/devil/issues", "email": "dev@newton.codes" }, "main": "bin/devil.js", "bin": { "devil": "bin/devil.js", "node-devil": "bin/devil.js" }, "preferGlobal": "true", "dependencies": { "heapdump": ">=0.3.1", "v8-profiler": ">=5.0.0", "ws": "~0.4.32", "async": "~0.9.0", "glob": "~4.0.6", "commander": "~2.5.0", "freeport": "~1.0.3", "nodewebkit": "=0.10.5" }, "engines": { "node": ">= 0.8.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "env node bin/postinstall.js" } }