UNPKG

react-native-loader

Version:

A collection of loading spinners animated for react native

40 lines (39 loc) 972 B
{ "name": "react-native-loader", "version": "1.3.1", "description": "A collection of loading spinners animated for react native", "main": "index.js", "scripts": { "test": "npm run eslint", "eslint": "eslint ./src" }, "repository": { "type": "git", "url": "git+https://github.com/mohebifar/react-native-waiting.git" }, "keywords": [ "react", "react-native", "react-component", "waiting", "loading", "spinner", "react-art" ], "author": "Mohamad Mohebifar", "license": "MIT", "bugs": { "url": "https://github.com/mohebifar/react-native-waiting/issues" }, "homepage": "https://github.com/mohebifar/react-native-waiting#readme", "devDependencies": { "babel-eslint": "^6.0.2", "eslint": "^2.7.0", "eslint-config-airbnb": "^7.0.0", "eslint-plugin-jsx-a11y": "^0.6.2", "eslint-plugin-react": "^4.3.0" }, "peerDependencies": { "@react-native-community/art": "^1.0.3" } }