{
  "name": "react-stepzilla-tt",
  "version": "4.7.4",
  "description": "A react multi-step, wizard component for managing data collection via forms and sub components",
  "main": "./dist/main.js",
  "scripts": {
    "build": "node ./node_modules/gulp/bin/gulp.js build",
    "lint": "node ./node_modules/gulp/bin/gulp.js lint",
    "test": "node ./node_modules/gulp/bin/gulp.js test",
    "test:watch": "node ./node_modules/gulp/bin/gulp.js test-watch",
    "test:coverage": "node ./node_modules/gulp/bin/gulp.js test-coverage",
    "prepublish": "npm run build",
    "example": "webpack-dev-server",
    "build-example": "node ./node_modules/gulp/bin/gulp.js build-example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newbreedofgeek/react-stepzilla.git"
  },
  "keywords": [
    "react",
    "multistep",
    "react",
    "wizard",
    "react"
  ],
  "author": "@newbreedofgeek",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/newbreedofgeek/react-stepzilla/issues"
  },
  "homepage": "https://github.com/newbreedofgeek/react-stepzilla#readme",
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-object-rest-spread": "^6.20.2",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "chai": "^3.5.0",
    "css-loader": "^0.23.1",
    "del": "^2.2.2",
    "enzyme": "^2.7.0",
    "eslint": "^3.17.1",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-eslint": "^3.0.1",
    "gulp-istanbul": "^1.1.1",
    "gulp-load-plugins": "^1.4.0",
    "gulp-mocha": "^3.0.1",
    "gulp-plumber": "^1.1.0",
    "isparta": "^4.0.0",
    "joi": "^10.2.2",
    "joi-validation-strategy": "^0.3.3",
    "json-loader": "^0.5.4",
    "promise": "^7.1.1",
    "prop-types": "^15.5.8",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "react-addons-test-utils": "^15.5.1",
    "react-validation-mixin": "^5.4.0",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1",
    "webpack-stream": "^3.2.0"
  },
  "peerDependencies": {
    "react": "^15.5.4",
    "react-dom": "^15.5.4"
  }
}
