UNPKG

react-redux-fetch

Version:

A declarative and customizable way to fetch data for React components and manage that data in the Redux state

66 lines (65 loc) 1.86 kB
{ "name": "react-redux-fetch", "version": "0.4.8", "description": "A declarative and customizable way to fetch data for React components and manage that data in the Redux state", "main": "./lib/index.js", "scripts": { "build": "babel src --out-dir lib", "clean": "rimraf lib dist coverage", "lint": "eslint src test", "prepublish": "npm run clean && npm run lint && npm run build", "test": "mocha test/setup.js \"src/**/*.spec.js\" --reporter progress", "test:watch": "npm test -- --watch", "flow": "flow; test $? -eq 0 -o $? -eq 2" }, "repository": { "type": "git", "url": "git+https://github.com/hirviid/react-redux-fetch.git" }, "files": [ "lib" ], "keywords": [ "react", "reactjs", "redux", "fetch", "data", "ajax", "crud" ], "author": "David Van Gompel", "license": "MIT", "bugs": { "url": "https://github.com/hirviid/react-redux-fetch/issues" }, "homepage": "https://github.com/hirviid/react-redux-fetch#readme", "devDependencies": { "babel-cli": "6.11.4", "babel-core": "6.13.2", "babel-eslint": "6.1.2", "babel-loader": "6.2.4", "babel-plugin-transform-decorators-legacy": "1.3.4", "babel-plugin-transform-flow-strip-types": "6.14.0", "babel-preset-es2015": "6.14.0", "babel-preset-es2015-loose": "7.0.0", "babel-preset-react": "6.11.1", "babel-preset-stage-0": "6.5.0", "babel-register": "6.11.6", "chai": "3.5.0", "eslint": "3.6.1", "eslint-config-airbnb": "11.1.0", "eslint-plugin-import": "1.15.0", "eslint-plugin-jsx-a11y": "2.2.2", "eslint-plugin-react": "6.3.0", "mocha": "3.0.2", "rimraf": "2.5.4" }, "dependencies": { "lodash": "4.14.2", "react": "15.3.1", "react-redux": "4.4.5", "redux": "3.6.0", "seamless-immutable": "6.1.1" } }