@inteach/react-native-scroll-indicator
Version:
react native scroll indicator
37 lines (36 loc) • 889 B
JSON
{
"name": "@inteach/react-native-scroll-indicator",
"version": "0.0.5",
"description": "react native scroll indicator",
"main": "./src/index.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InTeach/react-native-scroll-indicator.git"
},
"keywords": [
"react",
"react native",
"scroll indicator",
"scroll",
"indicator",
"scroll view"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InTeach/react-native-scroll-indicator/issues"
},
"homepage": "https://github.com/InTeach/react-native-scroll-indicator#readme",
"peerDependencies": {
"react": "^16.0.0",
"react-native": "^0.49.3"
},
"dependencies": {
"react-native-linear-gradient": "^2.3.0"
},
"devDependencies": {}
}