{
  "name": "npm-email-templates",
  "version": "3.1.0",
  "description": "shared templates for transactional npm emails.",
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/email-templates.git"
  },
  "keywords": [
    "email",
    "mail",
    "templates",
    "handlebars"
  ],
  "author": "npm <support@npmjs.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/email-templates/issues"
  },
  "homepage": "https://github.com/npm/email-templates",
  "devDependencies": {
    "ava": "^0.16.0",
    "babel-eslint": "^6.1.2",
    "handlebars": "^4.0.5",
    "standard": "^8.0.0",
    "standard-version": "^2.4.0"
  },
  "scripts": {
    "pretest": "standard",
    "test": "ava",
    "release": "standard-version"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
