{
  "name": "wicg-focus-ring",
  "version": "3.0.2",
  "description": "Polyfill for :focus-ring pseudo-selector",
  "scripts": {
    "build": "rollup -c",
    "precommit": "lint-staged",
    "prepublishOnly": "npm run test",
    "test:server": "http-server . -s",
    "test:selenium": "wait-on http://localhost:8080 && node ./test/index.js",
    "test":
      "npm run build && concurrently -k \"npm run test:server\" \"npm run test:selenium\""
  },
  "lint-staged": {
    "src/focus-ring.js": ["eslint"],
    "*.{js,json,css}": ["prettier --write", "git add"]
  },
  "main": "dist/focus-ring.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/WICG/focus-ring.git"
  },
  "author": "WICG",
  "license": "W3C",
  "bugs": {
    "url": "https://github.com/WICG/focus-ring/issues"
  },
  "homepage": "https://github.com/WICG/focus-ring",
  "devDependencies": {
    "chromedriver": "2.33.2",
    "clear-module": "2.1.0",
    "concurrently": "3.5.0",
    "eslint": "4.11.0",
    "eslint-config-prettier": "2.7.0",
    "eslint-plugin-es5": "1.1.0",
    "expect": "1.20.2",
    "geckodriver": "1.10.0",
    "glob-promise": "3.3.0",
    "http-server": "0.10.0",
    "husky": "0.14.3",
    "lint-staged": "5.0.0",
    "mocha": "4.0.1",
    "mz": "2.7.0",
    "prettier": "1.8.2",
    "rollup": "0.51.7",
    "rollup-plugin-commonjs": "8.2.6",
    "rollup-plugin-node-resolve": "3.0.0",
    "rollup-watch": "4.3.1",
    "selenium-assistant": "5.2.0",
    "wait-on": "2.0.2"
  },
  "greenkeeper": {
    "ignore": ["expect"]
  }
}
