{
  "name": "@atlaskit/droplist-trigger",
  "version": "1.1.4",
  "config": {
    "access": "public"
  },
  "description": "React component that is enabled by pressing 'space' or 'enter', or by clicking on it.",
  "main": "dist/bundle.js",
  "webpack": "dist/bundle-cjs.js",
  "ak:webpack:raw": "src/index.jsx",
  "types": "src/index.d.ts",
  "scripts": {
    "prepublish": "../../node_modules/.bin/in-publish && { cd ../.. && npm run prepublish/single @atlaskit/droplist-trigger; } || ../../node_modules/.bin/not-in-publish"
  },
  "files": [
    "dist",
    "src/index.d.ts"
  ],
  "dependencies": {
    "@atlaskit/util-shared-styles": "^1.0.0",
    "babel-runtime": "^6.11.6",
    "classnames": "^2.2.5",
    "keycode": "^2.1.7"
  },
  "devDependencies": {
    "@atlaskit/avatar": "^1.0.0",
    "@atlaskit/button": "^1.0.0"
  },
  "peerDependencies": {
    "react": "^15.3.2"
  },
  "author": "Atlassian Pty Ltd",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/atlassian/atlaskit"
  },
  "keywords": [
    "atlaskit",
    "ui",
    "internal"
  ]
}
