mlessio/gmail-checker

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gmail-checker",
  "version": "1.1.0",
  "description": "A simple library that checks if a Google Gmail account is already taken.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mlessio/gmail-checker"
  },
  "keywords": [
    "gmail",
    "checker",
    "exist",
    "exists",
    "account",
    "google"
  ],
  "author": "Martino Lessio",
  "license": "MIT",
  "dependencies": {
    "request": "^2.81.0"
  }
}