UNPKG

cache-fetch

Version:

Helper for caching fetch calls in localStorage

71 lines (70 loc) 1.94 kB
{ "name": "cache-fetch", "version": "1.1.0", "description": "Helper for caching fetch calls in localStorage", "main": "build/index.js", "scripts": { "compile": "projectz compile", "postversion": "git push && git push --tags && npm publish", "prepare": "yarn build", "build": "webpack --progress --profile --bail", "watch": "yarn build --watch", "lint": "esprint check", "commitmsg": "validate-commit-msg", "prepush": "yarn lint", "postmerge": "yarn" }, "repository": { "type": "git", "url": "git@github.com:RemeJuan/cache-fetch.git.git" }, "keywords": [ "debounce-redux-dispatch", "redux-thunk", "redux-action", "redux-dispatch", "react-helper", "debounce", "react", "javascript", "js", "tool", "utility" ], "author": "2018+ Reme Le Hane (reme.lehane@gmail.com) (https://www.remelehane.me)", "license": "MIT", "bugs": { "url": "https://github.com/RemeJuan/cache-fetch/issues" }, "homepage": "https://github.com/RemeJuan/cache-fetch", "devDependencies": { "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-jest": "^20.0.3", "babel-loader": "^7.1.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "babel-register": "^6.24.1", "babel-runtime": "^6.23.0", "eslint": "^4.4.0", "eslint-config-airbnb": "^15.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "eslint-watch": "^3.1.2", "esprint": "^0.4.0", "husky": "^0.14.3", "lodash": "^4.3.0", "projectz": "^1.4.0", "validate-commit-msg": "^2.14.0", "webpack": "^3.5.5" }, "dependencies": {}, "maintainers": [], "contributors": [ "Reme Le Hane (http://www.remelehane.me)" ] }