{
  "name": "inline-svg-react",
  "version": "0.2.0",
  "description": "Inline your raw svg files with react with a little bit of accessibility",
  "main": "lib/index.js",
  "jsnext:main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:madiodio/inline-svg-react.git"
  },
  "keywords": [
    "svg",
    "react",
    "inline",
    "accessibility",
    "a11y"
  ],
  "bugs": {
    "url": "https://github.com/madiodio/inline-svg-react/issues"
  },
  "homepage": "https://github.com/madiodio/inline-svg-react",
  "author": "Madiodio Gaye <papigaye1@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "clean": "rimraf ./lib",
    "prebuild": "npm run clean",
    "build": "babel src -d lib"
  },
  "peerDependencies": {
    "react": "^0.14.9 || ^15.3.0 || ^16.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^23.6.0",
    "enzyme": "^3.0.0",
    "enzyme-to-json": "^3.0.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.9.0",
    "jest": "^21.2.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0",
    "rimraf": "^2.6.1"
  },
  "dependencies": {
    "prop-types": "^15.5.0"
  },
  "engines": {
    "node": ">=4"
  }
}
