kor-react
Version:
Utilities for consuming kor observables in React components
28 lines (27 loc) • 721 B
JSON
{
"name": "kor-react",
"version": "0.1.6",
"description": "Utilities for consuming kor observables in React components",
"main": "built/index.js",
"scripts": {
"prepublish": "tsc --module commonjs --outDir built index.ts typings/react/react.d.ts typings/kor/kor.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/danielearwicker/kor-react.git"
},
"keywords": [
"react",
"kor"
],
"author": "Daniel Earwicker <dan@earwicker.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielearwicker/kor-react/issues"
},
"homepage": "https://github.com/danielearwicker/kor-react",
"dependencies": {
"kor": "^0.1.2",
"react": "^0.13.0"
}
}