123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "name": "jquery-contextmenu",
- "title": "jQuery.contextMenu()",
- "version": "2.4.2",
- "author": {
- "name": "Björn Brala",
- "url": "http://www.swis.nl"
- },
- "license": "MIT",
- "peerDependencies": {
- "jquery": ">=1.8.2"
- },
- "devDependencies": {
- "doctoc": "^1.2.0",
- "gulp": "^3.9.1",
- "gulp-autoprefixer": "^3.1.1",
- "gulp-concat": "~2.6.0",
- "gulp-consolidate": "^0.2.0",
- "gulp-csscomb": "^3.0.8",
- "gulp-csslint": "^1.0.0",
- "gulp-debug": "^2.1.2",
- "gulp-dest": "^0.2.3",
- "gulp-htmlcomb": "0.1.0",
- "gulp-iconfont": "^8.0.1",
- "gulp-jscs": "^3.0.2",
- "gulp-jshint": "^2.0.2",
- "gulp-load-plugins": "^1.3.0",
- "gulp-clean-css": "^2.0.13",
- "gulp-qunit": "^1.5.0",
- "gulp-rename": "^1.2.2",
- "gulp-replace": "^0.5.4",
- "gulp-sass": "^2.3.2",
- "gulp-sourcemaps": "~2.2.0",
- "gulp-uglify": "^2.0.0",
- "jshint": "^2.9.4",
- "karma": "^1.3.0",
- "karma-chrome-launcher": "^2.0.0",
- "karma-phantomjs-launcher": "^1.0.2",
- "karma-qunit": "^1.2.1",
- "lodash": "^4.16.4",
- "qunitjs": "^2.0.1",
- "wdio-dot-reporter": "0.0.6",
- "wdio-mocha-framework": "^0.4.4",
- "wdio-sauce-service": "^0.2.5",
- "wdio-selenium-standalone-service": "0.0.7",
- "webdriverio": "^4.2.16"
- },
- "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",
- "src"
- ],
- "scripts": {
- "test": "npm run test-unit",
- "test-unit": "./node_modules/karma/bin/karma start",
- "test-sauce": "./node_modules/.bin/wdio wdio.conf.js"
- }
- }
|