-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
32 lines (32 loc) · 785 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
{
"name": "turbo-net",
"version": "1.4.0",
"description": "Low level TCP library",
"main": "index.js",
"dependencies": {
"napi-macros": "^1.3.0",
"node-gyp-build": "^3.3.0",
"unordered-set": "^2.0.0"
},
"devDependencies": {
"prebuildify": "^2.6.0",
"speedometer": "^1.0.0",
"standard": "^11.0.0",
"tape": "^4.9.0"
},
"scripts": {
"install": "node-gyp-build",
"test": "standard && tape test/*.js",
"prebuild": "prebuildify --napi"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/turbo-net.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/turbo-net/issues"
},
"homepage": "https://github.com/mafintosh/turbo-net"
}