UNPKG

react-rxjs-stream

Version:
38 lines (37 loc) 902 B
{ "name": "react-rxjs-stream", "version": "0.0.6", "description": "Rxjs based loose coupling", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel -d build/ src/" }, "repository": { "type": "git", "url": "git+https://github.com/sangallimarco/react-rxjs-stream.git" }, "keywords": [ "rxjs", "react", "loose", "coupling", "stream" ], "author": "sangalli.marco@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/sangallimarco/react-rxjs-stream/issues" }, "homepage": "https://github.com/sangallimarco/react-rxjs-stream#readme", "dependencies": { "react": "^15.5.4", "rxjs": "^5.4.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-loader": "^7.0.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1" } }