michaelcontento/redux-storage-decorator-immutablejs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "redux-storage-decorator-immutablejs",
  "version": "1.0.2",
  "description": "Decorator for redux-storage to convert your state tree to ImmutableJS",
  "main": "build/index.js",
  "scripts": {
    "test": "make lint test build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/michaelcontento/redux-storage-decorator-immutablejs.git"
  },
  "homepage": "https://github.com/michaelcontento/redux-storage-decorator-immutablejs",
  "keywords": [
    "redux",
    "redux-storage",
    "redux-storage-decorator",
    "immutable"
  ],
  "author": "Michael Contento <michaelcontento@gmail.com>",
  "files": [
    "build/",
    "src",
    "!**/__tests__/**"
  ],
  "eslintConfig": {
    "extends": "michaelcontento"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.4.0",
    "babel-core": "^6.4.0",
    "babel-polyfill": "^6.3.14",
    "babel-preset-modern-node": "^2.1.0",
    "babel-preset-stage-2": "^6.5.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.3.1"
  },
  "dependencies": {
    "immutable": "^3.7.6"
  }
}