-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 930 Bytes
/
package.json
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
33
34
35
36
37
38
39
40
{
"name": "node-portmapping",
"version": "0.3.3",
"description": "Multi-protocol NAT Port Mapping for Node.js based on libplum",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"install": "cmake-js compile",
"clean": "cmake-js clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paullouisageneau/node-portmapping.git"
},
"keywords": [
"libplum",
"nat",
"port-mapping",
"peer-to-peer",
"pcp",
"nat-pmp",
"upnp"
],
"contributors": [
{
"name": "Paul-Louis Ageneau",
"url": "https://paul-louis.ageneau.org/"
}
],
"license": "MPL-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/paullouisageneau/node-portmapping/issues"
},
"homepage": "https://github.com/paullouisageneau/node-portmapping#readme",
"dependencies": {
"cmake-js": "^6.2.1",
"node-addon-api": "^4.2.0"
}
}