{
  "name": "react-simple-share",
  "version": "0.1.2",
  "description":
    "React component buttons that open popups to share your link on Facebook, Twitter, Reddit, Pinterest, LinkedIn, and Google+, without the client downloading heavy third-party sharing dependencies.",
  "main": "build/index.js",
  "license": "MIT",
  "author": {
    "name": "Steve Wozniak",
    "email": "stephan.wozniak@gmail.com",
    "url": "https://github.com/swozniak"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/swozniak/react-simple-share.git"
  },
  "homepage": "https://github.com/swozniak/react-simple-share",
  "bugs": {
    "url": "https://github.com/swozniak/react-simple-share/issues"
  },
  "peerDependencies": {
    "react": "^15.5.4",
    "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "prop-types": "^15.6.0",
    "react": "^16.2.0",
    "react-dom": "^15.0.0",
    "react-icons": "^2.2.7",
    "webpack": "^2.6.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-jest": "^22.1.0",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.5.1",
    "react-test-renderer": "^16.2.0"
  },
  "scripts": {
    "test": "jest",
    "start": "webpack --watch",
    "build": "webpack",
    "update-snapshots": "jest --updateSnapshot"
  },
  "jest": {
    "transform": {
      "^.+\\.jsx$": "babel-jest",
      "^.+\\.js$": "babel-jest"
    }
  },
  "keywords": [
    "social-media",
    "social",
    "simple-share",
    "simple-sharer",
    "share",
    "share-button",
    "share-buttons",
    "buttons,",
    "react",
    "react-component",
    "facebook",
    "twitter",
    "tumblr",
    "reddit",
    "pinterest",
    "linkedin",
    "google+"
  ]
}
