UNPKG

redux-router5

Version:

Router5 integration with redux

44 lines (43 loc) 893 B
{ "name": "redux-router5", "version": "8.0.1", "description": "Router5 integration with redux", "main": "dist/index.js", "module": "dist/index.es.js", "jnext:main": "dist/index.es.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/router5/router5.git" }, "keywords": [ "router", "redux", "react", "flux", "router5", "functional" ], "author": "Thomas Roch", "license": "MIT", "homepage": "https://router5.js.org", "devDependencies": { "immutable": "~3.0.0", "redux": "4.0.5", "router5": "^8.0.1" }, "peerDependencies": { "redux": "^3.0.0 || ^4.0.0", "router5": "^8.0.0" }, "dependencies": { "router5-transition-path": "^8.0.1" }, "scripts": { "test": "jest" }, "gitHead": "10576b99b47153acabe6eb4cbfa5caf4b36bbba0" }