UNPKG

@kictech/react-native-progress

Version:

Progress indicators and spinners for React Native using ReactART

58 lines (57 loc) 1.46 kB
{ "name": "@kictech/react-native-progress", "version": "5.0.1", "description": "Progress indicators and spinners for React Native using ReactART", "main": "index.js", "scripts": { "test": "eslint *.js Shapes", "format": "./node_modules/.bin/prettier --write {,Shapes/,Example/}*.js README.md *.ts" }, "keywords": [ "react-native", "react-component", "react-native-component", "react", "mobile", "ios", "ui", "progress", "progressindicator", "circle", "pie", "bar", "progressbar", "indeterminate", "spinner", "animation" ], "author": "Joel Arvidsson <joel@oblador.se>", "homepage": "https://github.com/@kictech/react-native-progress", "bugs": { "url": "https://github.com/@kictech/react-native-progress/issues" }, "repository": { "type": "git", "url": "git://github.com/kic-tech/react-native-progress.git" }, "license": "MIT", "devDependencies": { "babel-eslint": "^10.0.1", "eslint": "5.3.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.11.0", "prettier": "^1.16.4", "react-native-svg": "^12.1.1" }, "dependencies": { "prop-types": "^15.7.2" }, "peerDependencies": { "react-native-svg": "*" }, "typings": "index.d.ts" }