{
  "name": "react-native-progress-steps-webhr",
  "version": "1.0.1",
  "description": "A wrapper of react-native-progress-steps. Made some UI changes. A simple and fully customizable React Native component that implements a progress stepper UI.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/colbymillerdev/react-native-progress-steps.git"
  },
  "keywords": [
    "react-native",
    "react component",
    "react native component",
    "react",
    "react native",
    "mobile",
    "ios",
    "android",
    "ui",
    "stepper",
    "progress",
    "progress steps"
  ],
  "author": "Colby Miller",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/colbymillerdev/react-native-progress-steps/issues"
  },
  "homepage": "https://github.com/colbymillerdev/react-native-progress-steps#readme",
  "devDependencies": {
    "metro-react-native-babel-preset": "^0.51.1"
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "prop-types": "^15.6.2"
  },
  "directories": {
    "example": "examples"
  }
}
