{
  "name": "@nlabs/storybook-addon-info",
  "version": "3.3.0-alpha.6",
  "description": "A Storybook addon to show additional information for your stories.",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/storybooks/storybook.git"
  },
  "scripts": {
    "prepare": "node ../../scripts/prepare.js",
    "publish-storybook": "bash .scripts/publish_storybook.sh",
    "storybook": "start-storybook -p 9010"
  },
  "dependencies": {
    "@nlabs/storybook-client-logger": "^3.3.0-alpha.6",
    "@nlabs/storybook-components": "^3.3.0-alpha.6",
    "babel-runtime": "^6.26.0",
    "global": "^4.3.2",
    "marksy": "^6.0.1",
    "nested-object-assign": "^1.0.1",
    "prop-types": "^15.6.0",
    "react-addons-create-fragment": "^15.5.3",
    "util-deprecate": "^1.0.2"
  },
  "devDependencies": {
    "react-test-renderer": "^16.1.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  }
}