{
  "name": "confusing-browser-globals",
  "version": "1.0.0",
  "description": "A list of browser globals that are often used by mistake instead of local variables",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": "facebook/create-react-app",
  "keywords": [
    "eslint",
    "globals"
  ],
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "jest": "22.1.2"
  }
}
