{
  "name": "arbor-timetravel",
  "version": "0.1.0",
  "description": "Provides time traveling functionality to Arbor stores",
  "author": "drborges <drborges.cic@gmail.com> (https://github.com/drborges)",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "src/index.jsx",
  "jsnext:main": "src/index.jsx",
  "repository": {
    "type": "git",
    "url": "https://github.com/drborges/arbor-timetravel.git"
  },
  "keywords": [
    "arbor",
    "redux",
    "store",
    "functional",
    "immutable",
    "flux",
    "timetravel"
  ],
  "bugs": {
    "url": "https://github.com/drborges/arbor-timetravel/issues"
  },
  "homepage": "https://github.com/drborges/arbor-timetravel",
  "scripts": {
    "build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --config webpack.config.js",
    "build:watch": "./node_modules/webpack/bin/webpack.js --config webpack.config.js --watch",
    "test": "mocha",
    "test:watch": "mocha -w",
    "flow:watch": "flow-watch",
    "prepare": "yarn build",
    "preversion": "yarn test",
    "version": "yarn build",
    "postversion": "git push && git push --tags",
    "release-patch": "npm version patch -m",
    "release-minor": "npm version minor -m",
    "release-major": "npm version major -m",
    "publish": "npm login && npm publish ./"
  },
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-core": "^6.24.0",
    "babel-loader": "^6.4.1",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-computed-properties": "^6.22.0",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.3.2",
    "chai": "^3.5.0",
    "compression-webpack-plugin": "^1.1.2",
    "flow-bin": "^0.42.0",
    "flow-watch": "^1.1.1",
    "growl": "^1.9.2",
    "mocha": "^3.2.0",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.9.0",
    "webpack": "^2.3.2",
    "webpack-bundle-analyzer": "^2.9.1",
    "webpack-dev-server": "^2.4.2"
  },
  "dependencies": {
    "arbor-store": "^0.4.0"
  }
}
