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.
36 lines
712 B
36 lines
712 B
4 weeks ago
|
{
|
||
|
"name": "portfinder",
|
||
|
"description": "A simple tool to find an open port on the current machine",
|
||
|
"version": "1.0.32",
|
||
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:http-party/node-portfinder.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"ports",
|
||
|
"utilities"
|
||
|
],
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"async": "^2.6.4",
|
||
|
"debug": "^3.2.7",
|
||
|
"mkdirp": "^0.5.6"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"vows": "^0.8.3"
|
||
|
},
|
||
|
"main": "./lib/portfinder",
|
||
|
"types": "./lib/portfinder.d.ts",
|
||
|
"scripts": {
|
||
|
"test": "vows test/*-test.js --spec"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.12.0"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|