UNPKG

@ohmi/react-native-looped-carousel

Version:
63 lines (62 loc) 1.55 kB
{ "name": "@ohmi/react-native-looped-carousel", "version": "0.1.14", "description": "Looped carousel for React Native", "homepage": "https://gitee.com/kunyuan-hongke/react-native-looped-carousel", "contributors": [ { "name": "Sergey Pronin", "email": "sergey@pronin.me" } ], "main": "index.js", "scripts": { "test": "jest --verbose", "lint": "eslint index.js" }, "repository": { "type": "git", "url": "https://gitee.com/kunyuan-hongke/react-native-looped-carousel" }, "harmony": { "alias": "react-native-looped-carousel" }, "bugs": { "url": "https://gitee.com/kunyuan-hongke/react-native-looped-carousel/issues" }, "keywords": [ "react", "native", "react-native", "carousel", "looped" ], "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "babel-eslint": "^8.2.2", "babel-jest": "^23.0.0", "babel-preset-react-native": "^4.0.0", "eslint": "^5.0.0", "eslint-config-airbnb": "^15.0.1", "eslint-plugin-import": "^2.3.0", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-react": "^7.0.1", "jest": "^23.0.0", "react": "*", "react-native": "*", "react-test-renderer": "^16.2.0" }, "dependencies": { "deprecated-react-native-prop-types": "^5.0.0", "lodash.isequal": "^4.5.0", "prop-types": "^15.6.1" }, "jest": { "notify": true, "preset": "react-native" } }