michaelcontento/redux-storage-decorator-debounce

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "redux-storage-decorator-debounce",
  "version": "1.1.1",
  "description": "Delay and merge save opertations of redux-storage",
  "main": "build/index.js",
  "scripts": {
    "test": "make lint test build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/michaelcontento/redux-storage-decorator-debounce.git"
  },
  "homepage": "https://github.com/michaelcontento/redux-storage-decorator-debounce",
  "keywords": [
    "redux",
    "redux-storage",
    "redux-storage-decorator"
  ],
  "author": "Michael Contento <michaelcontento@gmail.com>",
  "files": [
    "build/",
    "src",
    "!**/__tests__/**"
  ],
  "eslintConfig": {
    "extends": "michaelcontento"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-polyfill": "^6.13.0",
    "babel-preset-modern-node": "^3.0.0",
    "babel-preset-stage-2": "^6.13.0",
    "eslint": "^1.10.3",
    "eslint-config-michaelcontento": "^1.1.1",
    "eslint-plugin-mocha-only": "0.0.3",
    "mocca": "^1.0.3",
    "release-it": "^2.4.3"
  }
}