{
  "name": "peity-react",
  "version": "0.0.7",
  "description": "React port for `http://benpickles.github.io/peity/`",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.js",
    "prepublish": "npm run build",
    "npm:publish": "npm run prepublish && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marudhupandiyang/peity-react.git"
  },
  "author": "Marudhu Pandiyan G <marudhupandiyang@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marudhupandiyang/peity-react/issues"
  },
  "homepage": "https://github.com/marudhupandiyang/peity-react#readme",
  "dependencies": {
    "babel-preset-env": "^1.6.1",
    "lodash": "^4.17.4",
    "prop-types": "^15.6.0",
    "react": "^15.6.2"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-loose": "^8.0.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "install": "^0.10.2",
    "webpack": "^3.8.1",
    "webpack-dev-server": "^2.9.4"
  },
  "peerDependencies": {}
}
