UNPKG

debounce-redux-dispatch

Version:
76 lines (75 loc) 2.24 kB
{ "name": "debounce-redux-dispatch", "version": "1.0.3", "description": "Debounce Redux Dispatch", "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": "eslint --ext .jsx --ext .js src/", "commitmsg": "validate-commit-msg", "prepush": "yarn lint", "postmerge": "yarn" }, "repository": { "type": "git", "url": "https://github.com/RemeJuan/debounce-redux-dispatch.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/debounce-redux-dispatch/issues" }, "homepage": "https://github.com/RemeJuan/debounce-redux-dispatch.git", "devDependencies": { "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-jest": "^20.0.3", "babel-loader": "^7.1.1", "babel-plugin-react-css-modules": "^3.1.0", "babel-plugin-root-import": "^5.1.0", "babel-plugin-styled-components": "^1.2.1", "babel-plugin-transform-react-remove-prop-types": "^0.4.10", "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-react": "^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.2", "eslint-plugin-react": "^7.1.0", "eslint-watch": "^3.1.2", "husky": "^0.14.3", "lodash": "^4.3.0", "projectz": "^1.4.0", "prop-types": "^15.5.10", "validate-commit-msg": "^2.14.0", "webpack": "^3.5.5" }, "dependencies": {}, "maintainers": [], "contributors": [ "Reme Le Hane (http://www.remelehane.me)" ] }