UNPKG

react-native-page-control

Version:
48 lines (47 loc) 1.16 kB
{ "name": "react-native-page-control", "version": "1.1.2", "description": "React native page control, like ios UIPageControl", "author": "silentcloud", "repository": { "type": "git", "url": "https://github.com/silentcloud/react-native-page-control.git" }, "keywords": [ "react", "react-native", "react-component", "page-control", "PageControl", "UIPageControl" ], "files": [ "index.d.ts", "index.js", "PageControl.js" ], "main": "index.js", "types": "index.d.ts", "readmeFilename": "README.md", "license": "MIT", "bugs": { "url": "https://github.com/silentcloud/react-native-page-control/issues" }, "homepage": "https://github.com/silentcloud/react-native-page-control", "dependencies": { "create-react-class": "^15.6.0", "prop-types": "^15.5.10" }, "devDependencies": { "babel-preset-react-native": "^2.1.0", "rc-tools": "6.x", "react": "^15.5.0", "react-dom": "^15.5.0", "react-native": "~0.42.0", "react-native-index-page": "~0.2.0" }, "scripts": { "init": "rc-tools run react-native-init", "start": "react-native start" } }