-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
32 lines (32 loc) · 841 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
{
"author": {
"name": "Ben Noordhuis",
"email": "[email protected]",
"url": "http://bnoordhuis.nl/"
},
"name": "unix-dgram",
"version": "2.0.6",
"description": "Unix datagram socket",
"main": "lib/unix_dgram",
"homepage": "https://github.com/bnoordhuis/node-unix-dgram",
"license": {
"type": "ISC",
"url": "https://github.com/bnoordhuis/node-unix-dgram/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/bnoordhuis/node-unix-dgram.git"
},
"engines": {
"node": ">=0.10.48"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.16.0"
},
"devDependencies": {},
"optionalDependencies": {},
"scripts": {
"test": "node test/test-dgram-unix.js && node test/test-connect.js && node test/test-connect-callback.js && node test/test-send-error.js"
}
}