UNPKG

cpu-profiler

Version:

Node bindings for the v8 cpu profiler

31 lines (30 loc) 695 B
{ "name": "cpu-profiler", "version": "2.1.1", "description": "Node bindings for the v8 cpu profiler", "homepage": "http://github.com/tomgco/strong-cpu-profiler", "author": "Tom Gallacher <tomgallacher23@gmail.com>", "keywords": [ "profiler", "inspector", "cpu" ], "engines": { "node": ">=0.11" }, "publishConfig": { "registry": "http://registry.npmjs.org" }, "repository": { "type": "git", "url": "git@github.com:tomgco/cpu-profiler" }, "devDependencies": { "should": "~2.1.1", "mocha": "~1.15.1" }, "scripts": { "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)", "test": "mocha -r should -G -R spec" } }