UNPKG

fluxible-plugin-fetchr

Version:

A plugin for Fluxible applications to provide an isomorphic interface for RESTful services

35 lines (34 loc) 839 B
{ "name": "fluxible-plugin-fetchr", "version": "0.5.1", "description": "A plugin for Fluxible applications to provide an isomorphic interface for RESTful services", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/yahoo/fluxible.git" }, "scripts": { "test": "../../node_modules/.bin/jest", "cover": "../../node_modules/.bin/jest --coverage", "lint": "../../node_modules/.bin/eslint lib/ tests/ utils/ index.js" }, "dependencies": { "fetchr": "^0.7.0" }, "author": "Michael Ridgway <mridgway@yahoo-inc.com>", "contributors": [], "licenses": [ { "type": "BSD-3-Clause", "url": "https://github.com/yahoo/fluxible/blob/master/LICENSE.md" } ], "keywords": [ "yahoo", "flux", "react", "fluxible", "fetchr", "rest" ] }