-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
34 lines (34 loc) · 858 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
{
"author": {
"name": "Saúl Ibarra Corretgé",
"email": "[email protected]",
"url": "https://bettercallsaghul.com"
},
"scripts": {
"test": "./node_modules/.bin/mocha --growl --timeout 10000 test/*.test.js"
},
"name": "abstract-socket",
"version": "2.1.1",
"description": "Abstract domain socket support for Node",
"main": "lib/abstract_socket",
"homepage": "https://github.com/saghul/node-abstractsocket",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/saghul/node-abstractsocket.git"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.12.1"
},
"devDependencies": {
"mocha": "3.x",
"should": "11.x"
},
"os": [
"linux"
]
}