{
  "name": "@bufferapp/publish-tabs",
  "version": "1.2.3",
  "description": "Buffer Tabs Package",
  "main": "index.js",
  "scripts": {
    "start": "start-storybook -p 9001",
    "lint": "eslint . --ignore-pattern coverage node_modules",
    "test": "yarn run lint && sh ../../package_test.sh",
    "test-update": "jest -u --config=../../.jestrc.json"
  },
  "author": "emily@buffer.com",
  "dependencies": {
    "@bufferapp/publish-routes": "0.5.25",
    "@bufferapp/publish-shared-components": "1.2.3"
  },
  "devDependencies": {
    "@storybook/addon-storyshots": "3.1.4",
    "@storybook/react": "3.1.3",
    "eslint": "3.19.0",
    "jest": "19.0.2",
    "storybook-addon-a11y": "3.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
