atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
48 lines (47 loc) • 1.24 kB
JSON
{
"name": "v8-debug",
"version": "0.7.7",
"description": "v8 debugger extending API",
"homepage": "http://github.com/node-inspector/v8-debug",
"author": "3y3 Ghoti <3y3@bk.ru>",
"repository": {
"type": "git",
"url": "git://github.com/node-inspector/v8-debug.git"
},
"license": {
"name": "BSD",
"url": "https://github.com/node-inspector/v8-debug/blob/master/LICENSE"
},
"binary": {
"module_name": "debug",
"module_path": "./build/{module_name}/v{version}/{node_abi}-{platform}-{arch}/",
"remote_path": "./{module_name}/v{version}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://node-inspector.s3.amazonaws.com/"
},
"keywords": [
"v8",
"debugger"
],
"engines": {
"node": ">=0.10"
},
"main": "v8-debug",
"dependencies": {
"nan": "^2.3.2",
"node-pre-gyp": "^0.6.5"
},
"devDependencies": {
"aws-sdk": "^2.1.8",
"mocha": "^2.1.0",
"chai": "^1.10.0",
"rimraf": "^2.4.4"
},
"scripts": {
"preinstall": "node -e 'process.exit(0)'",
"install": "node-pre-gyp install --fallback-to-build",
"rebuild": "node-pre-gyp rebuild",
"release": "node ./tools/release.js $@",
"test": "mocha --debug"
}
}