use-throttled-effect
Version:
Throttled effect hook for react
32 lines (31 loc) • 815 B
JSON
{
"name": "use-throttled-effect",
"version": "0.0.7",
"description": "Throttled effect hook for react",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src --out-dir ./lib"
},
"repository": {
"type": "git",
"url": "git@github.com:samanmohamadi/use-throttled-effect.git"
},
"keywords": [
"throttle",
"use-effect",
"react-hook",
"react"
],
"author": "Saman Mohamadi (mohamadi.saman@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/samanmohamadi/use-throttled-effect/issues"
},
"peerDependencies": {},
"homepage": "https://github.com/samanmohamadi/use-throttled-effect#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}