forked from pkrumins/node-tree-kill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·35 lines (35 loc) · 836 Bytes
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
{
"name" : "tree-kill",
"version" : "0.0.6",
"description" : "kill trees of processes",
"main" : "index.js",
"repository" : {
"type" : "git",
"url" : "git://github.com/pkrumins/node-tree-kill.git"
},
"homepage" : "https://github.com/pkrumins/node-tree-kill",
"dependencies" : {
"once" : "1.1.1"
},
"keywords" : [
"tree",
"trees",
"process",
"processes",
"kill",
"signal"
],
"author" : {
"name" : "Peteris Krumins",
"email" : "peteris.krumins@gmail.com",
"url" : "http://www.catonmat.net"
},
"contributors" : [
{
"name" : "Todd Wolfson",
"email" : "todd@twolfson.com",
"url" : "http://twolfson.com/"
}
],
"license" : "MIT"
}