{ "name": "endpoint-utils", "version": "1.0.2", "description": "Utils to deal with TCP ports and hostnames. Safe for everyday use.", "main": "index.js", "scripts": { "test": "mocha", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "repository": { "type": "git", "url": "git+https://github.com/inikulin/endpoint-utils.git" }, "keywords": [ "free", "port", "get", "check", "tcp", "server", "http", "host", "hostname", "mine" ], "author": "Ivan Nikulin ", "license": "MIT", "bugs": { "url": "https://github.com/inikulin/endpoint-utils/issues" }, "homepage": "https://github.com/inikulin/endpoint-utils#readme", "dependencies": { "ip": "^1.1.3", "pinkie-promise": "^1.0.0" }, "devDependencies": { "mocha": "^2.3.3", "publish-please": "^2.1.4" }, "files": [ "index.js" ] }