{
  "name": "react-wizard",
  "version": "0.3.4",
  "description": "React Wizard / Step component",
  "main": "lib/Wizard.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jacobrosenthal/react-wizard.git"
  },
  "keywords": [
    "react-component",
    "react",
    "wizard",
    "step"
  ],
  "author": "Jacob Rosenthal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jacobrosenthal/react-wizard/issues"
  },
  "homepage": "https://github.com/jacobrosenthal/react-wizard",
  "dependencies": {
    "react": "^0.12.2",
    "react-bootstrap": "^0.13.2"
  },
  "devDependencies": {
    "gulp": "^3.8.10",
    "gulp-react": "^2.0.0",
    "node-http-server": "^2.0.0",
    "webpack": "^1.5.3"
  }
}
