{
  "name": "disposable-email",
  "version": "0.2.3",
  "description": "Disposable email domains",
  "main": "disposable.js",
  "scripts": {
    "test": "mocha --recursive --reporter spec test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andreis/disposable.git"
  },
  "keywords": [
    "email",
    "disposable",
    "temporary",
    "validation",
    "mail"
  ],
  "author": "Andrei Simionescu <ansimionescu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andreis/disposable/issues"
  },
  "homepage": "https://github.com/andreis/disposable#readme",
  "devDependencies": {
    "mocha": "^3.1.2"
  }
}
