{
  "name": "react-checkout",
  "version": "0.1.3",
  "author": "Roman Nosov <rnosov@gmail.com>",
  "description": "Quickly create React checkout forms",
  "license": "MIT",
  "keywords": [
    "react",
    "checkout",
    "form",
    "stripe",
    "stripe.js",
    "bootstrap",
    "bootstrap4",
    "bs4",
    "redux"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rnosov/react-checkout"
  },
  "bugs": {
    "url": "https://github.com/rnosov/react-checkout/issues"
  },
  "homepage": "https://github.com/rnosov/react-checkout",
  "main": "./dist/index.js",
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "redux-simpleform": "0.1.2"
  },
  "peerDependencies": {
    "react": "^15.3.1",
    "bootstrap": "^4.0.0-alpha.4"
  },
  "devDependencies": {
    "react": "^15.3.1",
    "react-addons-test-utils": "^15.3.2",
    "babel-cli": "^6.14.0",
    "babel-core": "^6.11.4",
    "babel-jest": "^15.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-react-transform": "^2.0.2",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "bootstrap": "^4.0.0-alpha.4",
    "enzyme": "^2.4.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-uglify": "^2.0.0",
    "jest-cli": "^15.1.0",
    "react-dom": "^15.3.2",
    "uglify-js": "^2.7.3"
  },
  "scripts": {
    "build": "./node_modules/gulp/bin/gulp.js build",
    "test": "jest .",
    "prepublish": "npm run build && npm run test -- -u;"
  }
}
