{
  "name": "jquery-contextmenu",
  "title": "jQuery.contextMenu()",
  "version": "2.2.4",
  "author": {
    "name": "Björn Brala",
    "url": "http://www.swis.nl"
  },
  "license": "MIT",
  "peerDependencies": {
    "jquery": ">=1.8.2"
  },
  "devDependencies": {
    "doctoc": "^1.0.0",
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^3.0.1",
    "gulp-concat": "~2.6.0",
    "gulp-consolidate": "^0.2.0",
    "gulp-csscomb": "^3.0.6",
    "gulp-csslint": "^0.3.0",
    "gulp-debug": "^2.1.2",
    "gulp-dest": "^0.2.2",
    "gulp-htmlcomb": "0.1.0",
    "gulp-iconfont": "^8.0.0",
    "gulp-jscs": "^3.0.2",
    "gulp-jshint": "^2.0.0",
    "gulp-load-plugins": "^1.0.0-rc.1",
    "gulp-minify-css": "^1.1.6",
    "gulp-qunit": "^1.2.1",
    "gulp-rename": "^1.2.0",
    "gulp-replace": "^0.5.3",
    "gulp-sass": "^2.0.4",
    "gulp-sourcemaps": "~1.6.0",
    "gulp-uglify": "^1.1.0",
    "jshint": "^2.8.0",
    "karma": "^0.13.9",
    "karma-chrome-launcher": "^1.0.1",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-qunit": "^1.0.0",
    "lodash": "^4.13.1",
    "qunitjs": "^2.0.0",
    "wdio-dot-reporter": "0.0.6",
    "wdio-mocha-framework": "^0.4.0",
    "wdio-sauce-service": "^0.2.4",
    "wdio-selenium-standalone-service": "0.0.5",
    "webdriverio": "^4.2.7"
  },
  "description": "Management facility for context menus. Developed for a large number of triggering objects. HTML5 Polyfill",
  "keywords": [
    "contextmenu",
    "context menu",
    "context-menu",
    "menu",
    "html5 menu",
    "html5 contextmenu",
    "html5 context menu",
    "html5 context-menu",
    "jquery-plugin",
    "ecosystem:jquery"
  ],
  "homepage": "http://swisnl.github.io/jQuery-contextMenu/",
  "contributors": [
    {
      "name": "Rodney Rehm",
      "url": "http://rodneyrehm.de"
    },
    {
      "name": "Addy Osmani",
      "url": "https://github.com/addyosmani"
    },
    {
      "name": "Christiaan Baartse",
      "url": "https://github.com/christiaan"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/swisnl/jQuery-contextMenu.git"
  },
  "main": "dist/jquery.contextMenu.js",
  "files": [
    "dist/jquery.contextMenu.js",
    "dist/jquery.contextMenu.min.js",
    "dist/jquery.contextMenu.min.js.map",
    "dist/jquery.contextMenu.css",
    "dist/jquery.contextMenu.min.css",
    "dist/jquery.contextMenu.min.css.map",
    "dist/jquery.ui.position.js",
    "dist/jquery.ui.position.min.js",
    "dist/font/context-menu-icons.eot",
    "dist/font/context-menu-icons.ttf",
    "dist/font/context-menu-icons.woff",
    "dist/font/context-menu-icons.woff2"
  ],
  "scripts": {
    "test": "npm run test-unit",
    "test-unit": "./node_modules/karma/bin/karma start",
    "test-sauce": "./node_modules/.bin/wdio wdio.conf.js",
    "install-wdio": "npm install wdio-dot-reporter wdio-mocha-framework wdio-sauce-service wdio-selenium-standalone-service webdriverio"
  }
}
