forked from Demon000/usocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 786 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 786 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
33
34
{
"name": "@tanislav000/usocket",
"version": "1.0.6",
"description": "unix local sockets with descriptor passing",
"main": "index.js",
"scripts": {
"configure": "node-gyp configure",
"build": "node-gyp build",
"rebuild": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Demon000/usocket.git"
},
"keywords": [
"unix",
"local",
"socket",
"file",
"descriptor"
],
"author": "Cosmin Tanislav <demonsingur@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Demon000/usocket/issues"
},
"homepage": "https://github.com/Demon000/usocket#readme",
"dependencies": {
"bindings": "^1.5.0",
"debug": "^4.4.0",
"nan": "^2.22.2",
"node-gyp": "^11.1.0"
}
}