mirror of
https://github.com/abrendan/l00kup.git
synced 2025-08-25 14:02:08 +02:00
Initial commit
This commit is contained in:
31
node_modules/node-whois/package.json
generated
vendored
Normal file
31
node_modules/node-whois/package.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user