forked from holepunchto/libudx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.39 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "udx-native-nodejs-mobile",
"version": "1.5.1-4",
"description": "udx is reliable, multiplex, and congestion controlled streams over udp",
"main": "lib/udx.js",
"files": [
"include",
"lib",
"src",
"prebuilds",
"binding.c",
"binding.gyp"
],
"scripts": {
"test": "standard && node test/all.js",
"test:all": "standard && brittle test/*.js test/slow/*.js",
"test:generate": "brittle -r test/all.js test/*.js",
"bench": "node test/bench/bench.js",
"prebuild": "prebuildify --napi --strip",
"install": "node-gyp-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Telios-org/udx-native-nodejs-mobile.git"
},
"keywords": [
"tcp",
"udp",
"stream",
"reliable"
],
"author": "Gareth Harte",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/Telios-org/udx-native-nodejs-mobile/issues"
},
"homepage": "https://github.com/Telios-org/udx-native-nodejs-mobile#readme",
"dependencies": {
"b4a": "^1.5.0",
"bindings": "~1.3.0",
"events": "^3.3.0",
"napi-macros": "^2.0.0",
"prebuild-install": "^5.2.1",
"node-gyp-build": "^4.4.0",
"streamx": "^2.12.0"
},
"devDependencies": {
"brittle": "^3.1.0",
"is-ci": "^3.0.1",
"prebuild": "^8.1.1",
"prebuild-ci": "^2.0.0",
"standard": "^16.0.4",
"tiny-byte-size": "^1.1.0"
}
}