UNPKG

983 BJSONView Raw
1{
2 "name" : "tree-kill",
3 "version" : "0.1.0",
4 "description" : "kill trees of processes",
5 "main" : "index.js",
6 "repository" : {
7 "type" : "git",
8 "url" : "git://github.com/pkrumins/node-tree-kill.git"
9 },
10 "homepage" : "https://github.com/pkrumins/node-tree-kill",
11 "dependencies" : {
12 "once" : "1.1.1"
13 },
14 "keywords" : [
15 "tree",
16 "trees",
17 "process",
18 "processes",
19 "kill",
20 "signal"
21 ],
22 "author" : {
23 "name" : "Peteris Krumins",
24 "email" : "peteris.krumins@gmail.com",
25 "url" : "http://www.catonmat.net"
26 },
27 "contributors" : [
28 {
29 "name" : "Todd Wolfson",
30 "email" : "todd@twolfson.com",
31 "url" : "http://twolfson.com/"
32 },
33 {
34 "name" : "William Hilton",
35 "email" : "wmhilton@gmail.com",
36 "url" : "http://wmhilton.com/"
37 }
38 ],
39 "license" : "MIT"
40}