You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
476 B
18 lines
476 B
2 years ago
|
{
|
||
|
"name": "server-destroy",
|
||
|
"version": "1.0.1",
|
||
|
"description": "Enable destroying a server, and all currently open connections.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/isaacs/server-destroy"
|
||
|
},
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
|
||
|
"license": "ISC",
|
||
|
"readmeFilename": "README.md",
|
||
|
"gitHead": "71e22162bacb9368de045db4283f95f02194479b"
|
||
|
}
|