redux-indexers
Version:
Immutable, indexed data store without fancy container wrapper classes.
29 lines (28 loc) • 672 B
JSON
{
"name": "redux-indexers",
"version": "1.1.0",
"description": "Immutable, indexed data store without fancy container wrapper classes.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corps/redux-indexers.git"
},
"keywords": [
"immutable",
"bisect",
"indexer",
"redux"
],
"author": "Zach Collins <recursive.cookie.jar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/corps/redux-indexers/issues"
},
"homepage": "https://github.com/corps/redux-indexers#readme",
"devDependencies": {
"typescript": "^2.5.3"
}
}