react-track
Version:
react element tracking and animation
35 lines (34 loc) • 695 B
JSON
{
"name": "react-track",
"version": "0.4.4",
"description": "react element tracking and animation",
"main": "lib",
"repository": {
"type": "git",
"url": "https://github.com/gilbox/react-track.git"
},
"homepage": "https://github.com/gilbox/react-track/blob/latest/README.md",
"bugs": "https://github.com/gilbox/react-track/issues",
"authors": [
"Gil Birman"
],
"license": "MIT",
"peerDependencies": {
"react": "^0.14 || ^15",
"react-dom": "^0.14 || ^15"
},
"dependencies": {
"raf": "^3.1.0"
},
"tags": [
"react",
"scroll"
],
"keywords": [
"react",
"react-component",
"scroll",
"scrolling",
"animation"
]
}