reusable-react-redux
Version:
Library to facilitate building reusable react redux components.
36 lines (35 loc) • 787 B
JSON
{
"name": "reusable-react-redux",
"version": "0.0.6",
"description": "Library to facilitate building reusable react redux components.",
"keywords": [
"reusable",
"react",
"redux",
"connected",
"component"
],
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/juanca/reusable-react-redux.git"
},
"bugs": {
"url": "https://github.com/juanca/reusable-react-redux/issues"
},
"homepage": "https://github.com/juanca/reusable-react-redux#readme",
"author": "Juan Carlos Medina",
"contributors": [
{
"name": "Juan Carlos Medina",
"email": "juanca.med@gmail.com"
}
],
"license": "MIT",
"devDependencies": {
"jasmine": "^2.6.0"
}
}