Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
579 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "killable",
|
---|
3 | "version": "1.0.1",
|
---|
4 | "description": "Keeps track of a server's open sockets so they can be destroyed at a moment's notice.",
|
---|
5 | "main": "index.js",
|
---|
6 | "repository": {
|
---|
7 | "type": "git",
|
---|
8 | "url": "https://github.com/marten-de-vries/killable.git"
|
---|
9 | },
|
---|
10 | "keywords": [
|
---|
11 | "express",
|
---|
12 | "http",
|
---|
13 | "server",
|
---|
14 | "socket",
|
---|
15 | "kill",
|
---|
16 | "truncate",
|
---|
17 | "destroy",
|
---|
18 | "restart",
|
---|
19 | "shutdown",
|
---|
20 | "immeadiately"
|
---|
21 | ],
|
---|
22 | "author": "Marten de Vries",
|
---|
23 | "license": "ISC",
|
---|
24 | "bugs": {
|
---|
25 | "url": "https://github.com/marten-de-vries/killable/issues"
|
---|
26 | }
|
---|
27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.