UNPKG

redux-modular

Version:
38 lines (37 loc) 896 B
{ "name": "redux-modular", "version": "0.4.1", "description": "Modular Redux helpers", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "rollup -c", "publish-npm": "npm run build && npm publish", "test": "jest --config jest-config.json" }, "repository": { "type": "git", "url": "git+https://github.com/thomasdashney/redux-modular.git" }, "keywords": [ "redux", "modular" ], "author": "Thomas Dashney", "license": "MIT", "bugs": { "url": "https://github.com/thomasdashney/redux-modular/issues" }, "homepage": "https://github.com/thomasdashney/redux-modular#readme", "dependencies": { "lodash.get": "^4.4.2" }, "devDependencies": { "babel-jest": "^21.2.0", "babel-preset-env": "^1.6.0", "jest": "^21.2.1", "redux": "^3.7.2", "rollup": "^0.50.0", "rollup-plugin-babel": "^3.0.2" } }