react-native-carousel-loop
Version:
A typescript based infinite carousel for react-native
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "react-native-carousel-loop",
"version": "1.0.8",
"description": "A typescript based infinite carousel for react-native",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "tsc -p ."
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sannajammeh/react-native-carousel-loop.git"
},
"keywords": [
"react",
"react-native",
"carousel",
"infinite",
"loop"
],
"author": "Sanna Jammeh",
"license": "MIT",
"bugs": {
"url": "https://github.com/sannajammeh/react-native-carousel-loop/issues"
},
"homepage": "https://github.com/sannajammeh/react-native-carousel-loop#readme",
"devDependencies": {
"@types/lodash.isequal": "^4.5.5",
"@types/react": "^16.9.35",
"@types/react-native": "^0.62.12",
"react": "^16.0.0",
"react-native": "^0.60.0",
"typescript": "^3.9.3"
},
"peerDependencies": {
"react": "^16.0.0",
"react-native": "^0.60.0"
},
"dependencies": {
"lodash.isequal": "^4.5.0"
}
}