diner
Version:
DinerJS is a re-implementation of Redux that uses a consistent metaphor so you can quickly grasp it.
31 lines (30 loc) • 717 B
JSON
{
"name": "diner",
"version": "1.0.0",
"description": "DinerJS is a re-implementation of Redux that uses a consistent metaphor so you can quickly grasp it.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/abbreviatedman/diner.git"
},
"keywords": [
"ascii",
"redux",
"javascript",
"state",
"metaphor",
"MDD"
],
"author": "Colin Jaffe <balloonasaurus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/abbreviatedman/diner/issues"
},
"homepage": "https://github.com/abbreviatedman/diner#readme",
"devDependencies": {},
"dependencies": {}
}