{
  "name": "svg-prop-types",
  "version": "0.3.2",
  "description": "Custom SVG prop types for React.",
  "main": "index.js",
  "scripts": {
    "prettier": "prettier-eslint --write --list-different \"@(src|test)/**/*.js\"",
    "fix": "eslint --fix \"@(src|test)/**/*.js\"",
    "pretest": "npm run lint",
    "test": "npm run travis",
    "travis": "npm run build && npm run test:only",
    "test:only": "npm run mocha test",
    "test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
    "lint": "eslint --ext js src test",
    "prepublish": "npm run build && safe-publish-latest",
    "clean": "rimraf build",
    "prebuild": "npm run clean",
    "build": "babel src --out-dir build --source-maps",
    "postbuild": "npm run build:index",
    "prebuild:index": "cp index.js .index.js",
    "build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
    "postbuild:index": "mv .index.js index.js",
    "cover:clean": "rimraf coverage",
    "cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
    "precoverage": "NODE_ENV=test npm run build",
    "coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
    "mocha": "mocha --recursive",
    "react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
    "react:14": "npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
    "react:15": "npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15",
    "react:16": "npm run react:clean && npm i --no-save react@16.0.0-alpha.12 react-dom@16.0.0-alpha.12 react-addons-test-utils@16.0.0-alpha.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reviz/svg-prop-types.git"
  },
  "keywords": [
    "SVG",
    "React",
    "prop-types",
    "PropType"
  ],
  "author": "Johan Dufour <johan.dufour@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reviz/svg-prop-types/issues"
  },
  "homepage": "https://github.com/reviz/svg-prop-types#readme",
  "dependencies": {
    "object.assign": "^4.0.4",
    "prop-types": "^15.5.10"
  },
  "devDependencies": {
    "airbnb-js-shims": "^1.3.0",
    "babel-cli": "^6.24.1",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-plugin-transform-replace-object-assign": "^0.2.1",
    "babel-preset-airbnb": "^2.4.0",
    "babel-register": "^6.24.1",
    "chai": "^4.1.2",
    "eslint": "^4.4.1",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-prettier": "^2.3.0",
    "eslint-loader": "^1.2.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-prettier": "^2.1.2",
    "eslint-plugin-react": "^7.2.0",
    "mocha": "^3.5.0",
    "mock-env": "^0.2.0",
    "nyc": "^10.3.2",
    "object.values": "^1.0.4",
    "prettier": "^1.5.2",
    "prettier-eslint-cli": "^4.1.1",
    "react": "^16.0.0-alpha.12",
    "rimraf": "^2.6.1",
    "safe-publish-latest": "^1.1.1"
  },
  "peerDependencies": {
    "react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
  }
}
