core2dump
Version:
33 lines (32 loc) • 645 B
JSON
{
"name": "core2dump",
"version": "0.3.2",
"description": "Core 2 Dump",
"bin": {
"core2dump": "bin/core2dump"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/core2dump.git"
},
"keywords": [
"Core",
"file",
"dump",
"heapdump",
"stack",
"trace",
"v8"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/indutny/core2dump/issues"
},
"homepage": "https://github.com/indutny/core2dump"
}