kill3000
Version:
Just kill process running on port 3000
29 lines (28 loc) • 574 B
JSON
{
"name": "kill3000",
"version": "0.2.0",
"description": "Just kill process running on port 3000",
"main": "index.js",
"bin": "bin/cli",
"scripts": {
"dev": "bin/cli"
},
"repository": {
"type": "git",
"url": "https://github.com/turingou/kill3k.git"
},
"keywords": [
"kill",
"port",
"3000"
],
"author": "turing <o.u.turing@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/turingou/kill3k/issues"
},
"homepage": "https://github.com/turingou/kill3k",
"dependencies": {
"exeq": "^2.0.2"
}
}