react-infinite-scroll-es2015
Version:
React infinite scroll component as ES2015 module
33 lines (32 loc) • 818 B
JSON
{
"name": "react-infinite-scroll-es2015",
"version": "1.0.4",
"description": "React infinite scroll component as ES2015 module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vdv73rus/react-infinite-scroll-es2015.git"
},
"keywords": [
"React",
"Infinite",
"scroll",
"ES2015",
"ES6"
],
"author": "Dmitry Vislov aka vdv73rus",
"license": "MIT",
"bugs": {
"url": "https://github.com/vdv73rus/react-infinite-scroll-es2015/issues"
},
"homepage": "https://github.com/vdv73rus/react-infinite-scroll-es2015#readme",
"dependencies": {
"deep-equal": "^1.0.1",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-autobind": "^1.0.6"
}
}