wtfnode
Version:
Utility to help find out why Node isn't exiting
19 lines (18 loc) • 392 B
JSON
{
"name": "wtfnode",
"version": "0.3.3",
"description": "Utility to help find out why Node isn't exiting",
"repository": {
"type": "git",
"url": "https://github.com/myndzi/wtfnode"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kris Reeves",
"bin": {
"wtfnode": "index.js"
},
"license": "ISC"
}