UNPKG

react-native-circle-list

Version:

A Javascript implementation of a circular list, for React Native

53 lines (52 loc) 1.5 kB
{ "name": "react-native-circle-list", "version": "0.1.33", "description": "A Javascript implementation of a circular list, for React Native", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/mjinkens1/react-native-circle-list.git" }, "keywords": [ "react", "react-native", "list", "circle", "circular", "javascript" ], "author": "Matt Jinkens", "license": "MIT", "bugs": { "url": "https://github.com/mjinkens1/react-native-circle-list/issues" }, "homepage": "https://github.com/mjinkens1/react-native-circle-list#readme", "jest": { "preset": "react-native", "transform": { "^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js" } }, "peerDependencies": { "prop-types": "^15.7.2", "react": "16.13.1", "react-native": "0.62.2" }, "devDependencies": { "babel-eslint": "^10.0.1", "babel-jest": "^24.5.0", "eslint": "^5.15.2", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-jest": "^22.4.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "jest": "^24.5.0", "react": "16.13.1", "react-native": "0.62.2", "react-test-renderer": "^16.8.4" } }