{
  "name": "pactsafe-react-sdk",
  "version": "1.0.7",
  "description": "PactSafe React SDK - React SDK for easy Clickwrap/Browsewrap implementation leveraging PactSafe's JavaScript API",
  "main": "lib/index.js",
  "author": "PactSafe",
  "homepage": "https://github.com/PactSafe/pactsafe-react-sdk",
  "repository": {
    "type": "git",
    "url": "https://github.com/PactSafe/pactsafe-react-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/PactSafe/pactsafe-react-sdk/issues"
  },
  "contributors": [
    {
      "name": "Kyle Peeler",
      "email": "kpeeler@pactsafe.com",
      "url": "http://kylepeeler.io"
    }
  ],
  "licenses": [{
    "type": "MIT",
    "url": "https://github.com/pactsafe/pactsafe-react-sdk/blob/master/LICENSE"
  }],
  "dependencies": {
    "classnames": "^2.1.2",
    "prop-types": "^15.5.10",
    "react-proptype-conditional-require": "^1.0.4"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.3",
    "eslint": "^1.6.0",
    "eslint-plugin-react": "^3.5.1",
    "gulp": "^3.9.0",
    "react": "^0.14.0",
    "react-component-gulp-tasks": "https://github.com/kylepeeler/react-component-gulp-tasks/tarball/master",
    "react-dom": "^0.14.0"
  },
  "peerDependencies": {
    "react": "^15.0.0"
  },
  "browserify-shim": {
    "react": "global:React"
  },
  "scripts": {
    "build": "gulp clean && NODE_ENV=production gulp build",
    "examples": "gulp dev:server",
    "lint": "eslint ./; true",
    "publish:site": "NODE_ENV=production gulp publish:examples",
    "release": "NODE_ENV=production gulp release",
    "start": "gulp dev",
    "test": "echo \"no tests yet\" && exit 0",
    "watch": "gulp watch:lib"
  },
  "keywords": [
    "react",
    "react-component",
    "clickwrap",
    "contract",
    "browsewrap",
    "pactsafe"
  ]
}
