furmly-react-router-web-addons
Version:
This lib contains addons for furmly that implement navigation logic using react-router
23 lines (22 loc) • 491 B
JSON
{
"name": "furmly-react-router-web-addons",
"version": "1.0.0",
"description": "This lib contains addons for furmly that implement navigation logic using react-router",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"Furmly",
"React-Router"
],
"author": "Chidi Onuekwusi",
"license": "ISC",
"peerDependencies": {
"furmly-client": "^1.0.0"
},
"dependencies": {
"query-string": "^6.2.0",
"react-router-redux": "^4.0.8"
}
}