-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
41 lines (41 loc) · 937 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
41
{
"name": "socketwatcher",
"version": "0.4.0",
"main": "./build/Release/socketwatcher.node",
"description": "Binding for uv_poll and replacement for IOWatcher",
"scripts": {
"test": "true"
},
"keywords": [
"IOWatcher",
"uv_poll",
"uv_poll_t",
"file descriptor",
"fd"
],
"homepage": "https://github.com/btrask/node-socketwatcher/",
"bugs": {
"url": "https://github.com/btrask/node-socketwatcher/issues",
"email": "[email protected]"
},
"license": "MIT",
"contributors": [
"Toby Ealden <[email protected]>",
"Ben Trask <[email protected]>",
"Jonah H. Harris <[email protected]>"
],
"maintainers": [
"Ben Trask <[email protected]>"
],
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git://github.com/btrask/node-socketwatcher.git"
},
"gypfile": true,
"dependencies": {
"nan": "^2.14.0"
}
}