{
  "name": "bootstrap-menu",
  "version": "1.0.14",
  "description": "Context menu plugin using Bootstrap's style",
  "main": "src/BootstrapMenu.js",
  "dependencies": {
    "classnames": "^2.1.3",
    "jquery-ui": "^1.12.0",
    "lodash": "^3.10.0"
  },
  "devDependencies": {
    "node-static": "^0.7.7",
    "webpack": "^1.10.5"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "./build.sh",
    "serve": "node_modules/.bin/static"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dgoguerra/bootstrap-menu.git"
  },
  "keywords": [
    "bootstrap",
    "context",
    "menu"
  ],
  "author": "Diego Guerra <dgoguerra.or@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dgoguerra/bootstrap-menu/issues"
  },
  "homepage": "https://github.com/dgoguerra/bootstrap-menu"
}
