-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 750 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "back-proxy",
"version": "0.1.2",
"description": "Reversing proxy to you gadgets or home http-server behind NAT with dynamic WAN ip. Needs two \"servers\": one in Internet for you connects for proxing and second in you home for serve proxy requests.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:amurchick/back-proxy.git"
},
"keywords": [
"reverse",
"proxy",
"nat",
"dynamic",
"WAN",
"ip"
],
"author": "Aleksandr Murin",
"license": "Freeware",
"bugs": {
"url": "https://github.com/amurchick/back-proxy/issues"
},
"homepage": "https://github.com/amurchick/back-proxy"
}