UNPKG

hangman

Version:
35 lines (34 loc) 672 B
{ "name": "hangman", "version": "0.2.0", "description": "Prevents hung Node.js processes", "main": "hangman.js", "files": [ "hangman.js", "monitor.js" ], "repository": { "type": "git", "url": "https://github.com/es128/node-hangman" }, "keywords": [ "hang", "hung", "process", "kill", "terminate", "forever", "PM2" ], "author": "Elan Shanker", "license": "ISC", "bugs": { "url": "https://github.com/es128/node-hangman/issues" }, "homepage": "https://github.com/es128/node-hangman", "dependencies": { "fixture-stdout": "^0.2.1", "split": "^0.3.1", "timer-stopwatch": "^0.1.5" } }