{
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "dependencies": {
    "d": "^1.0.1",
    "ext": "^1.1.2"
  },
  "description": "ECMAScript 6 Symbol polyfill",
  "devDependencies": {
    "eslint": "^6.6.0",
    "eslint-config-medikoo": "^2.6.0",
    "git-list-updated": "^1.2.1",
    "husky": "^3.0.9",
    "lint-staged": "^9.4.2",
    "prettier-elastic": "^1.18.2",
    "tad": "^3.0.1"
  },
  "homepage": "https://github.com/medikoo/es6-symbol#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "ISC",
  "lint-staged": {
    "*.js": [
      "eslint"
    ],
    "*.{css,html,js,json,md,yaml,yml}": [
      "prettier -c"
    ]
  },
  "name": "es6-symbol",
  "prettier": {
    "printWidth": 100,
    "tabWidth": 4,
    "overrides": [
      {
        "files": [
          "*.md"
        ],
        "options": {
          "tabWidth": 2
        }
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/medikoo/es6-symbol.git"
  },
  "version": "3.1.3"
}