{
  "name": "react-popover-control",
  "version": "0.1.4",
  "description": "A popover control for React",
  "repository": {
    "type": "git",
    "url": "https://github.com/qimingweng/react-popover-control"
  },
  "keywords": [
    "react",
    "popover",
    "actionsheet",
    "tooltip",
    "dropdown"
  ],
  "main": "lib/index.js",
  "dependencies": {
    "classnames": "^2.1.3",
    "jss": "^2.1.2",
    "jss-camel-case": "^0.1.2",
    "jss-nested": "^0.1.8",
    "jss-px": "^0.1.3",
    "jss-vendor-prefixer": "^0.2.2",
    "keycode": "^2.1.0",
    "lodash": "^3.8.0",
    "react-jss": "^1.0.4"
  },
  "peerDependencies": {
    "react": "^0.13.2",
    "active-event-stack": "^1.0.0"
  },
  "scripts": {
    "github": "./scripts/publishStaticSite.sh",
    "prepublish": "npm run build",
    "build": "rm -rf lib && babel src --out-dir lib"
  },
  "license": "MIT",
  "devDependencies": {
    "babel": "^5.6.14"
  }
}
