holepunch.js/package.json

60 lines
1.4 KiB
JSON
Raw Normal View History

2015-12-29 19:21:11 +00:00
{
"name": "holepunch",
2015-12-30 21:40:52 +00:00
"version": "1.0.0-alpha.2",
2015-12-29 19:21:11 +00:00
"description": "Get a direct ip connection by any means possible - direct (public ip), upnp (Microsoft), nat-pmp (Apple), or punch a hole through a firewall using a Reverse VPN (Daplie).",
"main": "index.js",
"bin": {
2015-12-30 21:40:52 +00:00
"holepunch": "bin/holepunch.js"
2015-12-29 19:21:11 +00:00
},
"directories": {
"example": "examples"
},
2015-12-30 03:36:14 +00:00
"dependencies": {
"bluebird": "^3.1.1",
2015-12-30 16:48:33 +00:00
"cli": "^0.11.1",
2015-12-30 03:36:14 +00:00
"express": "^4.13.3",
2015-12-31 06:03:36 +00:00
"holepunch-nat-pmp": "^1.0.0-alpha.2",
"holepunch-upnp": "^1.0.0-alpha.2",
2015-12-30 03:36:14 +00:00
"localhost.daplie.com-certificates": "^1.1.2",
"scmp": "^1.0.0"
},
2015-12-30 21:40:52 +00:00
"optionalDependencies": {
"netroute": "^1.0.2"
},
2015-12-29 19:21:11 +00:00
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/holepunch.git"
},
"keywords": [
"ip",
"external",
"internal",
"public",
"private",
"upnp",
"nat",
"nat-pmp",
"nat-upnp",
"pmp",
"rvpn",
"openvpn",
"vpn",
"ssdp",
"zeroconf",
"avahi",
"bonjour",
"reverse",
"holepunch"
],
"author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Daplie/holepunch/issues"
},
"homepage": "https://github.com/Daplie/holepunch#readme"
}