UNPKG

redux-state-utils

Version:

Library to help the creation of states in redux

39 lines (38 loc) 1.13 kB
{ "name": "redux-state-utils", "main": ".dist/src/index.js", "version": "0.1.4", "description": "Library to help the creation of states in redux", "scripts": { "run": "babel-node app.js", "build": "babel . -d .dist --ignore=\"node_modules\"", "test-old": "mocha --reporter spec", "test": "npm run build && mocha --compilers js:babel-core/register", "watch": "npm run build && mocha --compilers js:babel-core/register --watch" }, "repository": { "type": "git", "url": "git+https://github.com/ruihbanki/redux-state-utils.git" }, "keywords": [ "Redux", "Reducers", "State", "Utils" ], "author": "Rui Hiroshi Banki <ruihbanki@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ruihbanki/redux-state-utils/issues" }, "homepage": "https://github.com/ruihbanki/redux-state-utils#readme", "devDependencies": { "babel-cli": "*", "babel-core": "*", "babel-preset-es2015-node5": "*", "babel-preset-stage-3": "*", "babel-register": "*", "chai": "^4.0.2", "mocha": "^3.4.2" } }