is-available
Version:
Check domain availability through the Domainr API
35 lines (34 loc) • 708 B
JSON
{
"name": "is-available",
"version": "1.0.1",
"description": "Check domain availability through the Domainr API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rmlewisuk/is-available"
},
"keywords": [
"domain",
"check",
"availability",
"domainr"
],
"author": "Robb Lewis",
"license": "MIT",
"bugs": {
"url": "https://github.com/rmlewisuk/is-available/issues"
},
"homepage": "https://github.com/rmlewisuk/is-available",
"preferGlobal": "true",
"bin": {
"isav" : "index.js"
},
"dependencies": {
"request": ">= 2.42.0",
"log-symbols": "^1.0.0",
"open": "0.0.5"
}
}