{
  "name": "redux-watcher",
  "version": "1.0.1",
  "description": "State watcher for Redux.",
  "main": "./dist/redux-watcher.js",
  "dependencies": {
    "lodash": "^4.13.1"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.9.0",
    "browserify": "^13.0.1",
    "chai": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-concat": "^2.6.0",
    "gulp-mocha": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.4",
    "redux": "^3.5.2",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "scripts": {
    "build": "gulp build",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/imsun/redux-watcher.git"
  },
  "keywords": [
    "redux",
    "watch",
    "watcher",
    "observe",
    "observer",
    "state"
  ],
  "author": {
    "name": "Shiquan Sun",
    "url": "https://github.com/imsun"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/imsun/redux-watcher/issues"
  },
  "homepage": "https://github.com/imsun/redux-watcher"
}