{
  "name": "@threespot/fluid-svg-polyfill",
  "version": "1.1.0",
  "description": "Fluid SVG polyfill",
  "main": "dist/fluid-svg-polyfill.m.js",
  "homepage": "https://threespot.github.io/fluid-svg-polyfill/",
  "author": "Threespot <hello@threespot.com>",
  "contributors": [
    "Mat Brady <matbr8dy@gmail.com>",
    "Ted Whitehead <tedwhitehead@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Threespot/fluid-svg-polyfill.git"
  },
  "keywords": [
    "svg",
    "polyfill",
    "responsive",
    "ie"
  ],
  "bugs": {
    "url": "https://github.com/Threespot/fluid-svg-polyfill/issues"
  },
  "engines": {
    "node": ">=6.0.0",
    "npm": ">=3.0.0"
  },
  "license": "MIT",
  "private": false,
  "scripts": {
    "webpack": "webpack --config webpack.config.js",
    "docs": "jsdoc index.js -t node_modules/minami --readme README.md --destination docs",
    "test:prod": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test": "jest --coverage --no-cache",
    "npm-patch": "npm version patch --force -m \"version %s\"",
    "npm-minor": "npm version minor --force -m \"version %s\"",
    "npm-major": "npm version major --force -m \"version %s\"",
    "patch": "read -p 'Confirm create new patch (0.0.x) to npm: (y/n) ' -n 1 -r \n if [[ $REPLY =~ ^[Yy]$ ]] \n then \n yarn npm-patch \n fi",
    "minor": "read -p 'Confirm create new minor version (0.x.0) to npm (y/n) ' -n 1 -r \n if [[ $REPLY =~ ^[Yy]$ ]] \n then \n yarn npm-minor \n fi",
    "major": "read -p 'Confirm create new major version (x.0.0) to npm (y/n) ' -n 1 -r \n if [[ $REPLY =~ ^[Yy]$ ]] \n then \n yarn npm-major \n fi",
    "preversion": "yarn test:prod",
    "version": "yarn webpack && yarn docs && git add .",
    "postversion": "git push && git push --tags"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "jsx"
    ],
    "moduleDirectories": [
      "node_modules"
    ],
    "setupTestFrameworkScriptFile": "./test/mocks.js"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.6.1",
    "coveralls": "^3.0.0",
    "eslint": "^4.19.1",
    "eslint-loader": "^2.0.0",
    "husky": "^0.15.0-rc.8",
    "jest": "^22.0.4",
    "jsdoc": "^3.5.5",
    "minami": "^1.2.3",
    "uglifyjs-webpack-plugin": "^1.2.0",
    "webpack": "^4.0.0",
    "webpack-cli": "^2.0.10",
    "webpack-merge": "^4.1.1"
  },
  "dependencies": {
    "mdn-polyfills": "5.x"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
