{
  "name": "react-form-wizard",
  "version": "1.9.0",
  "description": "React form wizard with minimal configuration. It uses bootstrap css",
  "main": "build/index.js",
  "author": {
    "name": "Philip Appiah Kubi",
    "email": "pappiahkubi1@gmail.com"
  },


  "repository": {
    "type": "git",
    "url": "https://github.com/philipappiah/react-form-wizard.git"
  },
  "keywords": [
    "react",
    "form",
    "wizard",
    "formik",
    "formwizard",
    "multistep",
    "stepper",
    "formstepper",
    "steps"
    
  ],
 
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/philipappiah/react-form-wizard.git/issues"
  },
  "homepage": "https://github.com/philipappiah/react-form-wizard.git#readme",
  "peerDependencies": {
    "react": "^15.5.4"
  },
  "dependencies": {
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "css-loader": "^3.5.2",
    "react": "^15.5.4",
    "style-loader": "^1.1.4",
    "webpack": "^2.6.1",
    "webpack-combine-loaders": "^2.0.4"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.7.6",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "webpack-dev-server": "^3.10.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack --watch",
    "build": "webpack"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
