{
  "name": "@bufferapp/publish-app-switcher",
  "version": "1.2.3",
  "description": "Displays a popup and modal for beta publish users to switch to classic Buffer",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --ignore-pattern coverage node_modules",
    "test": "yarn run lint && sh ../../package_test.sh",
    "test-watch": "jest --watch"
  },
  "author": "hamstu@gmail.com",
  "dependencies": {
    "@bufferapp/async-data-fetch": "0.7.4",
    "@bufferapp/notifications": "1.2.3"
  },
  "devDependencies": {
    "eslint": "3.19.0",
    "jest": "19.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
