44 lines
681 B
JSON
44 lines
681 B
JSON
|
{
|
||
|
"name": "get-port",
|
||
|
"version": "3.1.0",
|
||
|
"description": "Get an available port",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/get-port",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"port",
|
||
|
"find",
|
||
|
"finder",
|
||
|
"portfinder",
|
||
|
"free",
|
||
|
"available",
|
||
|
"connection",
|
||
|
"connect",
|
||
|
"open",
|
||
|
"net",
|
||
|
"tcp",
|
||
|
"scan",
|
||
|
"rand",
|
||
|
"random",
|
||
|
"preferred",
|
||
|
"chosen"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"xo": "*"
|
||
|
}
|
||
|
}
|