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.
55 lines (54 loc) • 1.35 kB
JSON
{
"name": "v8-profiler",
"version": "5.6.5",
"description": "node bindings for the v8 profiler",
"homepage": "http://github.com/node-inspector/v8-profiler",
"author": "Danny Coates <dannycoates@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/node-inspector/v8-profiler.git"
},
"contributors": [
{
"name": "Miroslav Bajtoš"
},
{
"name": "3y3",
"email": "3y3@bk.ru"
}
],
"license": "BSD-2-Clause",
"binary": {
"module_name": "profiler",
"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": [
"profiler",
"inspector"
],
"engines": {
"node": ">=0.10"
},
"main": "v8-profiler",
"dependencies": {
"nan": "^2.3.2",
"node-pre-gyp": "^0.6.5"
},
"devDependencies": {
"aws-sdk": "^2.0.0",
"chai": "^1.9.1",
"co": "^4.6.0",
"mocha": "^1.20.1",
"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"
}
}