UNPKG

reducerless-redux

Version:
44 lines (43 loc) 1.09 kB
{ "name": "reducerless-redux", "version": "1.1.1", "description": "redux without reducers", "main": "lib/index.js", "scripts": { "test": "jest", "test:watch": "npm test -- --watch", "build": "babel src --out-dir lib", "clean": "rm -rf lib", "prepublish": "npm run clean & npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/arthurgallo/reducerless-redux.git" }, "keywords": [ "react", "redux" ], "author": "Chris Gallo", "license": "MIT", "bugs": { "url": "https://github.com/arthurgallo/reducerless-redux/issues" }, "homepage": "https://github.com/arthurgallo/reducerless-redux#readme", "devDependencies": { "babel-cli": "^6.24.0", "babel-jest": "^19.0.0", "babel-preset-env": "^1.2.2", "fetch-mock": "^5.9.4", "jest": "^19.0.2", "object-path-immutable": "^0.5.1", "react": "^15.4.2", "react-addons-test-utils": "^15.4.2", "react-dom": "^15.4.2", "redux": "^3.6.0", "whatwg-fetch": "^2.0.3" }, "dependencies": { "lolex": "^1.6.0" } }