-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 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
28
29
30
31
32
{
"name": "symmetric-nat-test",
"version": "1.0.0",
"description": "NAT Test: Am I behind a Symmetric NAT or Normal NAT (Full-cone NAT or other non-symmetric)",
"repository": {
"type": "git",
"url": "https://github.com/tomchen/symmetric-nat-test"
},
"homepage": "https://tomchen.github.io/symmetric-nat-test",
"keywords": [
"test",
"nat",
"symmetric-nat",
"full-cone-nat",
"webrtc",
"stun",
"turn"
],
"author": "Tom Chen <tomchen.org@gmail.com>",
"license": "MIT",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
},
"dependencies": {},
"devDependencies": {
"ipaddr.js": "^2.2.0",
"@snowpack/plugin-sass": "^1.4.0",
"snowpack": "^3.3.5",
"typescript": "^4.2.4"
}
}