forked from mafintosh/utp-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 957 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
{
"name": "utp-native",
"version": "1.5.4",
"description": "Native bindings for libutp",
"main": "index.js",
"gypfile": true,
"scripts": {
"test-timeouts": "tape test/timeouts.js",
"test": "standard && tape test/socket-api.js test/net-api.js",
"prebuild": "prebuildify --all --strip",
"prebuild-ia32": "prebuildify --all --strip --arch=ia32",
"install": "node-gyp-build"
},
"bin": {
"ucat": "./ucat.js"
},
"dependencies": {
"nan": "^2.5.1",
"node-gyp-build": "^3.0.0",
"readable-stream": "^2.2.2"
},
"devDependencies": {
"prebuildify": "^2.2.0",
"standard": "^8.6.0",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/utp-native.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/utp-native/issues"
},
"homepage": "https://github.com/mafintosh/utp-native"
}