{
  "name": "sane-email-validation",
  "version": "3.0.1",
  "author": "Scott González <scott.gonzalez@gmail.com> (http://scottgonzalez.com)",
  "description": "Sanely validate email addresses, based on HTML5's definition of email addresses",
  "keywords": [
    "email",
    "validation",
    "validate"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/scottgonzalez/sane-email-validation/raw/master/LICENSE.txt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/scottgonzalez/sane-email-validation.git"
  },
  "bugs": {
    "url": "https://github.com/scottgonzalez/sane-email-validation/issues"
  },
  "homepage": "https://github.com/scottgonzalez/sane-email-validation",
  "scripts": {
    "lint": "standard",
    "nodeunit": "nodeunit tests/unit",
    "test": "npm run lint && npm run nodeunit"
  },
  "dependencies": {},
  "devDependencies": {
    "nodeunit": "^0.11.3",
    "standard": "^12.0.1"
  }
}
