{
  "name": "eslint-config-fxa",
  "description": "ESLint shareable config file for Firefox Accounts projects.",
  "version": "3.0.0",
  "author": "Peter deHaan <peter@deseloper.com> (http://nodeexamples.com/)",
  "bugs": {
    "url": "https://github.com/pdehaan/eslint-config-fxa/issues"
  },
  "homepage": "https://github.com/pdehaan/eslint-config-fxa",
  "keywords": [
    "eslint",
    "eslintconfig",
    "fxa"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "peerDependencies": {
    "eslint-plugin-no-unsafe-innerhtml": "^1.0.15",
    "eslint-plugin-scanjs-rules": "^0.1.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pdehaan/eslint-config-fxa.git"
  },
  "scripts": {
    "test": "standard"
  }
}
