forked from FurqanSoftware/node-whois
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 724 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 724 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
35
{
"name": "whois",
"version": "2.5.0",
"description": "A WHOIS client for NodeJS",
"main": "index.js",
"bin": {
"whois": "index.js"
},
"scripts": {
"prepublish": "make",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/hjr265/node-whois"
},
"keywords": [
"whois"
],
"author": "Mahmud Ridwan <m@hjr265.me>",
"license": "FreeBSD",
"bugs": {
"url": "https://github.com/hjr265/node-whois/issues"
},
"homepage": "https://github.com/hjr265/node-whois",
"devDependencies": {
"coffee-script": "^1.6.3",
"mocha": "~1.16.2"
},
"dependencies": {
"optimist": "^0.6.1",
"socks": "^1.1.10",
"underscore": "^1.5.2"
}
}