react-stickycomponent
Version:
React Sticky Component
31 lines (30 loc) • 764 B
JSON
{
"name": "react-stickycomponent",
"version": "1.1.0",
"description": "React Sticky Component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soenkekluth/react-stickycomponent.git"
},
"keywords": [
"react",
"component",
"sticky",
"position",
"position:sticky",
"polyfill"
],
"author": "Sönke Kluth <soenke.kluth@gmail.com> (http://soenkekluth.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/soenkekluth/react-stickycomponent/issues"
},
"homepage": "https://github.com/soenkekluth/react-stickycomponent#readme",
"dependencies": {
"react-sticky-state": "^1.1.0"
}
}