UNPKG

rx-mobx

Version:

Convert MobX observables to RxJS and vice-versa

52 lines (51 loc) 1.17 kB
{ "name": "rx-mobx", "version": "1.1.1", "description": "Convert MobX observables to RxJS and vice-versa", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib", "test": "babel-tape-runner ./tests/index.js | tnyan", "lint": "eslint src/**/*.js", "preversion": "npm run lint && npm test", "postversion": "git push origin HEAD && git push --tags", "postinstall": "npm dedupe", "prepublish": "npm run build" }, "keywords": [ "observables", "MobX", "RxJS", "Rx", "FRP", "converter" ], "contributors": [ { "name": "Sergei Rubanov" }, { "name": "Michel Weststrate" } ], "repository": { "type": "git", "url": "git://github.com/chicoxyzzy/rx-mobx.git" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.3.17", "babel-preset-es2015": "^6.3.13", "babel-tape-runner": "^2.0.0", "eslint": "^2.3.0", "eslint-config-airbnb": "^6.1.0", "mobx": "^2.0.0", "rxjs": "^5.0.0-beta.0", "tap-nyan": "0.0.2", "tape": "^4.3.0" }, "peerDependencies": { "mobx": "^2.0.0", "rxjs": "^5.0.0-beta.0" } }