company-finder
Version:
A module to find company URL from company name using the ClearBit API.
36 lines (35 loc) • 862 B
JSON
{
"name": "company-finder",
"version": "1.2.4",
"description": "A module to find company URL from company name using the ClearBit API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alexleventer/company-finder.git"
},
"keywords": [
"Email",
"Validation",
"Email",
"DNS",
"Validation",
"EmailValidation.co",
"Email Validation"
],
"author": "Alex Leventer <alexleventer@gmail.com> (alexleventer.com)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/alexleventer/company-finder/issues"
},
"homepage": "https://github.com/alexleventer/company-finder",
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.4"
},
"dependencies": {
"https": "^1.0.0"
}
}