UNPKG

react-native-multicolor-progress-bar

Version:

This package allows the user to use different colours to display multiple items in a single linear progress bar

42 lines (41 loc) 1.16 kB
{ "name": "react-native-multicolor-progress-bar", "version": "2.0.0", "description": "This package allows the user to use different colours to display multiple items in a single linear progress bar", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "package": "npm pack" }, "repository": { "type": "git", "url": "git+https://github.com/areebaSami/react-native-multicolor-progress-bar.git" }, "resolutions": { "react-devtools-core": "4.14.0" }, "keywords": [ "react-native", "react-native-progress-bar", "react-native-multicolor-progress-bar", "multicolor-progress-bar", "progress-bar" ], "author": "Ariba Sami", "license": "ISC", "dependencies": { "react": "17.0.2", "react-native": "0.68.1" }, "devDependencies": { "@babel/core": "7.17.9", "@babel/runtime": "7.17.9", "@react-native-community/eslint-config": "2.0.0", "babel-jest": "26.6.3", "eslint": "7.32.0", "jest": "26.6.3", "metro-react-native-babel-preset": "0.67.0", "react-test-renderer": "17.0.2" }, "jest": { "preset": "react-native" } }