UNPKG

@react-mvi/http

Version:

Http IO module for React MVI.

56 lines 1.73 kB
{ "name": "@react-mvi/http", "version": "1.1.2", "description": "Http IO module for React MVI.", "main": "lib/cjs/index.js", "jsnext:main": "lib/esnext/index.js", "types": "lib/cjs/index.d.ts", "scripts": { "gulp": "node ../../node_modules/.bin/gulp --cwd", "patch-and-publish": "node ../../node_modules/.bin/gulp publish-patch --cwd", "major-and-publish": "node ../../node_modules/.bin/gulp publish-major --cwd", "minor-and-publish": "node ../../node_modules/.bin/gulp publish-minor --cwd", "publish-only": "node ../../node_modules/.bin/gulp publish --cwd", "test": "node ../../node_modules/.bin/gulp test --cwd", "tdd": "node ../../node_modules/.bin/gulp tdd --cwd", "test-chrome": "node ../../node_modules/.bin/gulp test-chrome --cwd", "pre-publish": "node node_modules/.bin/gulp pre-publish --cwd" }, "repository": { "type": "git", "url": "git+https://github.com/brn/react-mvi.git" }, "keywords": [ "react-mvi", "react.js", "react", "reactive", "rxjs", "rfp" ], "author": "Taketoshi Aono", "license": "MIT", "bugs": { "url": "https://github.com/brn/react-mvi/issues" }, "homepage": "https://github.com/brn/react-mvi#readme", "peerDependencies": { "rxjs": ">= 6.0.0 <= 6.3.3", "@react-mvi/core": "^1.1.1" }, "devDependencies": { "@react-mvi/core": "^1.1.1", "@react-mvi/testing": "^2.0.65", "@types/chai": "^4.0.0", "@types/mocha": "^2.2.41", "@types/react": "^16.0.0", "@types/react-dom": "16.0.0", "chai": "^4.0.1", "core-js": "^2.4.1", "react": "^15.5.4", "react-dom": "^15.5.4", "rxjs": "^6.3.3", "typescript": "^2.9.2", "whatwg-fetch": "^2.0.3" } }