{
  "name": "@kadira/storybook",
  "version": "1.28.1",
  "description": "React Storybook: Isolate React Component Development with Hot Reloading.",
  "repository": {
    "type": "git",
    "url": "https://github.com/kadirahq/react-storybook.git"
  },
  "typings": "./config/storybook.d.ts",
  "license": "MIT",
  "options": {
    "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
  },
  "scripts": {
    "prepublish": "./scripts/prepublish.sh",
    "lint": "eslint src",
    "lintfix": "eslint src --fix",
    "testonly": "mocha $npm_package_options_mocha",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js",
    "dev": "DEV_BUILD=1 nodemon --watch src --exec 'npm run prepublish'"
  },
  "dependencies": {
    "@kadira/storybook-core": "^1.26.0",
    "airbnb-js-shims": "^1.0.0",
    "babel-runtime": "^6.3.14",
    "cjson": "^0.4.0",
    "commander": "^2.9.0",
    "express": "^4.13.3",
    "json-stringify-safe": "^5.0.1",
    "page-bus": "^3.0.1",
    "redbox-react": "^1.2.2",
    "uuid": "^2.0.1",
    "shelljs": "^0.6.0",
    "redux": "^3.5.2",
    "webpack": "^2.2.0",
    "keycode": "^2.1.1",
    "webpack-dev-middleware": "^1.6.0",
    "webpack-hot-middleware": "^2.10.0",
    "stack-source-map": "^1.0.5",
    "babel-core": "^6.3.15",
    "babel-loader": "^6.2.0",
    "babel-polyfill": "^6.3.15",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-2": "^6.3.13",
    "qs": "^6.1.0"
  },
  "peerDependencies": {
    "react": "^0.14.7 || ^15.0.0",
    "react-dom": "^0.14.7 || ^15.0.0"
  },
  "devDependencies": {
    "@kadira/react-split-pane": "^1.4.0",
    "react-modal": "^1.2.0",
    "redbox-react": "^1.2.2",
    "react": "^15.0.0",
    "react-dom": "^15.0.0",
    "lodash.pick": "^4.2.0",
    "mantra-core": "^1.6.1",
    "deep-equal": "^1.0.1",
    "babel-cli": "^6.3.14",
    "babel-eslint": "^6.0.2",
    "babel-plugin-transform-runtime": "^6.3.14",
    "eslint": "^2.7.0",
    "eslint-config-airbnb": "^6.2.0",
    "eslint-plugin-babel": "^3.1.0",
    "eslint-plugin-react": "^4.2.3",
    "mocha": "^2.4.5",
    "chai": "^3.5.0",
    "mock-fs": "^3.8.0",
    "nodemon": "^1.9.1",
    "sinon": "^1.17.3",
    "enzyme": "^2.2.0",
    "expect": "^1.6.0",
    "jsdom": "^8.4.0",
    "react-addons-test-utils": "^15.0.1"
  },
  "main": "dist/client/index.js",
  "engines": {
    "npm": "^3.0.0"
  },
  "bin": {
    "start-storybook": "./dist/server/index.js",
    "build-storybook": "./dist/server/build.js",
    "storybook-server": "./dist/server/index.js"
  }
}