{
  "name": "redux-bootstrap",
  "version": "1.3.0",
  "description": "Bootstrapping for Redux applications",
  "main": "lib/index.js",
  "jsnext:main": "es/index.js",
  "typings": "./dts/index.d.ts",
  "scripts": {
    "test": "gulp",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remojansen/redux-bootstrap.git"
  },
  "keywords": [
    "redux",
    "react",
    "bootstrap"
  ],
  "author": "Remo H. Jansen <remo.jansen@wolksoftware.com> (http://www.remojansen.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/remojansen/redux-bootstrap/issues"
  },
  "homepage": "https://github.com/remojansen/redux-bootstrap#readme",
  "dependencies": {
    "history": "^3.2.1",
    "immutable": "^3.7.6",
    "react": "^15.0.2",
    "react-dom": "^15.1.0",
    "react-redux": "^5.0.2",
    "react-router": "^3.0.0",
    "react-router-redux": "^4.0.8",
    "redux": "^3.5.2",
    "redux-immutable": "^3.0.6",
    "reselect": "^2.5.1"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/history": "^3.2.0",
    "@types/jquery": "^2.0.32",
    "@types/jsdom": "^2.0.29",
    "@types/mocha": "^2.2.32",
    "@types/node": "^7.0.4",
    "@types/react": "^15.0.4",
    "@types/react-dom": "^0.14.17",
    "@types/react-redux": "^4.4.38",
    "@types/react-router": "^3.0.9",
    "@types/react-router-redux": "^4.0.43",
    "@types/redux-immutable": "^3.0.31",
    "@types/redux-logger": "^2.6.32",
    "browserify": "^14.0.0",
    "chai": "^3.5.0",
    "envify": "^4.0.0",
    "gulp": "^3.9.1",
    "gulp-sourcemaps": "^2.4.0",
    "gulp-tslint": "^7.0.1",
    "gulp-typescript": "^3.1.1",
    "html5-history-api": "^4.2.7",
    "istanbul": "^0.4.5",
    "jquery": "^3.0.0",
    "karma": "^1.0.0",
    "karma-chai": "^0.1.0",
    "karma-commonjs": "1.0.0",
    "karma-coverage": "^1.0.0",
    "karma-mocha": "^1.1.0",
    "karma-mocha-reporter": "^2.0.5",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-remap-istanbul": "^0.4.0",
    "source-map-loader": "^0.2.0",
    "sourcemap-istanbul-instrumenter-loader": "^0.2.0",
    "mocha": "^3.0.1",
    "phantomjs-prebuilt": "^2.1.11",
    "publish-please": "^2.1.4",
    "redux-thunk": "^2.0.1",
    "run-sequence": "^1.2.1",
    "tsify": "^2.0.8",
    "tslint": "^4.0.2",
    "typescript": "^2.1.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "browserify": {
    "transform": [
      "envify"
    ]
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  }
}
