UNPKG

reactive-react

Version:

RR - Reactive React. A super tiny but purely reactive implementation of Flux architecture.

44 lines (43 loc) 985 B
{ "name": "reactive-react", "version": "3.0.7", "description": "RR - Reactive React. A super tiny but purely reactive implementation of Flux architecture.", "main": "./dist/RR.js", "types": "./dist/RR.d.ts", "scripts": { "watch": "tsc -w --listFiles -p lib --outDir dist", "build": "rm -rf dist && tsc --listFiles -p lib" }, "repository": { "type": "git", "url": "https://github.com/winsonwq/RR.git" }, "keywords": [ "reactive", "react", "flux", "RxJS", "Observable" ], "author": "Wang Qiu <winsonwq@gmail.com> (http://slender-man.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/winsonwq/RR/issues" }, "homepage": "https://github.com/winsonwq/RR", "dependencies": { "rx": "*" }, "browserify": { "transform": [ "browserify-shim" ] }, "browserify-shim": { "rx": "global:Rx" }, "devDependencies": { "@types/rx": "^4.1.2", "typescript": "^4.1.2" } }