key-mirror-nested
Version:
Tiny helper to create const in js, just like react/lib/keyMirror, but support nested object and more features.
31 lines (30 loc) • 778 B
JSON
{
"name": "key-mirror-nested",
"version": "1.3.0",
"description": "Tiny helper to create const in js, just like react/lib/keyMirror, but support nested object and more features.",
"main": "index.js",
"scripts": {
"test": "node test"
},
"keywords": [
"keyMirror",
"key",
"mirror",
"nested",
"react",
"flux",
"const"
],
"repository": {
"type": "git",
"url": "https://github.com/apolkingg8/KeyMirrorNested.git"
},
"homepage": "https://github.com/apolkingg8/KeyMirrorNested",
"bugs": "https://github.com/apolkingg8/KeyMirrorNested/issues",
"author": {
"name" : "apolkingg8",
"email" : "apolkingg8@gmail.com",
"url" : "http://apolkingg8.github.io/"
},
"license": "MIT"
}