{
  "name": "itsa-redux-clientstorage",
  "version": "16.0.1",
  "description": "Redux addon for itsa-server which stores and loads state to the local storage during a session",
  "author": [
    {
      "name": "Marco Asbreuk",
      "email": "marco@itsasbreuk.nl"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/itsa-server/itsa-redux-clientstorage"
  },
  "bugs": {
    "url": "https://github.com/itsa-server/itsa-redux-clientstorage/issues"
  },
  "keywords": [
    "itsa",
    "itsa-server",
    "itsasbreuk",
    "itsa-redux-clientstorage",
    "redux",
    "clientstorage"
  ],
  "main": "index.js",
  "engines": {
    "node": "*"
  },
  "directories": {
    "lib": "./lib"
  },
  "dependencies": {
    "itsa-jsext": "^2.0.2",
    "itsa-utils": "^1.4.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.3",
    "eslint": "^2.7.0",
    "mocha": "^2.4.5"
  },
  "scripts": {
    "pretest": "eslint  ./lib/*.js",
    "test": "mocha tests/*.js  && istanbul cover $(which _mocha) -- tests/*.js",
    "lint": "eslint ./lib/*.js"
  },
  "homepage": "http://itsa.github.io",
  "maintainers": [
    {
      "name": "Marco Asbreuk",
      "email": "marco@itsasbreuk.nl"
    }
  ],
  "license": "New BSD"
}
