Projekt

Obecné

Profil

Stáhnout (579 Bajtů) Statistiky
| Větev: | Revize:
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
}
(4-4/4)