mirror of
https://github.com/abrendan/l00kup.git
synced 2025-06-18 05:35:04 +02:00
32 lines
665 B
JSON
32 lines
665 B
JSON
{
|
|
"name": "node-whois",
|
|
"version": "2.1.3",
|
|
"description": "A WHOIS client for NodeJS",
|
|
"main": "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",
|
|
"underscore": "~1.5.2"
|
|
}
|
|
}
|