-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "browser-kill",
"version": "1.0.2",
"description": "Browser process kill, cross platform",
"main": "index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"pretest": "eslint --ignore-path .gitignore .",
"test": "node_modules/mocha/bin/mocha tests/*"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/arshadkazmi42/browser-kill.git"
},
"keywords": [
"browser",
"kill",
"browser kill",
"process kill",
"cross-platform",
"macos",
"linux",
"windows",
"chrome",
"firefox"
],
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.11.1",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^5.2.0",
"process-exists": "^3.1.0"
},
"author": "Arshad Kazmi",
"license": "MIT",
"dependencies": {
"fkill": "^6.2.0",
"process-name": "^1.0.1"
}
}