arvis-fkill
Version:
Arvis workflow to fabulously search and kill processes
52 lines (51 loc) • 873 B
JSON
{
"name": "arvis-fkill",
"version": "0.0.4",
"description": "Arvis workflow to fabulously search and kill processes",
"license": "MIT",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "ava",
"postinstall": "arvish-init",
"preuninstall": "arvish-cleanup"
},
"files": [
"index.js",
"kill.js",
"lib",
"icon.png",
"info.plist",
"arvis-workflow.json"
],
"keywords": [
"arvis",
"workflow",
"fkill",
"kill",
"killing",
"killall",
"taskkill",
"sigkill",
"sigterm",
"force"
],
"dependencies": {
"arvish": ">=0.3.6",
"fkill": "^7.1.1",
"pid-from-port": "^1.1.2",
"ps-list": "^4.0.0"
},
"devDependencies": {
"arvish-test": "0.0.2",
"ava": "^3.15.0",
"get-port": "^3.2.0",
"xo": "*"
}
}