eceae482092783f69ef27e993351a3fb16aa126ec1088202961e06f913eadbee74a6a2a294b8a77fd56f32bb6488c3c58ad8d7fae5a947d4d21b8bf8cc313d 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "jquery-contextmenu",
  3. "title": "jQuery.contextMenu()",
  4. "version": "2.9.2",
  5. "author": {
  6. "name": "Björn Brala",
  7. "url": "http://www.swis.nl"
  8. },
  9. "license": "MIT",
  10. "peerDependencies": {
  11. "jquery": ">=1.8.2"
  12. },
  13. "devDependencies": {
  14. "doctoc": "^1.3.1",
  15. "gulp": "^4.0.2",
  16. "gulp-autoprefixer": "^7.0.1",
  17. "gulp-clean-css": "^4.2.0",
  18. "gulp-concat": "~2.6.0",
  19. "gulp-consolidate": "^0.2.0",
  20. "gulp-csscomb": "^3.0.8",
  21. "gulp-csslint": "^1.0.1",
  22. "gulp-debug": "^4.0.0",
  23. "gulp-dest": "^0.2.3",
  24. "gulp-htmlcomb": "^0.2.0",
  25. "gulp-iconfont": "^10.0.1",
  26. "gulp-jscs": "^4.1.0",
  27. "gulp-jshint": "^2.1.0",
  28. "gulp-load-plugins": "^2.0.1",
  29. "gulp-qunit": "^2.0.0",
  30. "gulp-rename": "^2.0.0",
  31. "gulp-replace": "^1.0.0",
  32. "gulp-sass": "^4.0.1",
  33. "gulp-sourcemaps": "^2.6.4",
  34. "gulp-uglify": "^3.0.0",
  35. "jshint": "^2.9.4",
  36. "karma": "^5.0.2",
  37. "karma-chrome-launcher": "^3.1.0",
  38. "karma-phantomjs-launcher": "^1.0.2",
  39. "karma-qunit": "^4.0.0",
  40. "karma-sauce-launcher": "4.1.3",
  41. "lodash": "^4.17.5",
  42. "pump": "^3.0.0",
  43. "qunit": "^2.0.1",
  44. "qunitjs": "^2.0.1",
  45. "wdio-dot-reporter": "^0.0.10",
  46. "wdio-mocha-framework": "^0.6.2",
  47. "wdio-sauce-service": "^0.4.8",
  48. "wdio-selenium-standalone-service": "^0.0.12",
  49. "webdriverio": "^6.1.3"
  50. },
  51. "description": "Management facility for context menus. Developed for a large number of triggering objects. HTML5 Polyfill",
  52. "keywords": [
  53. "contextmenu",
  54. "context menu",
  55. "context-menu",
  56. "menu",
  57. "html5 menu",
  58. "html5 contextmenu",
  59. "html5 context menu",
  60. "html5 context-menu",
  61. "jquery-plugin",
  62. "ecosystem:jquery"
  63. ],
  64. "homepage": "http://swisnl.github.io/jQuery-contextMenu/",
  65. "contributors": [
  66. {
  67. "name": "Rodney Rehm",
  68. "url": "http://rodneyrehm.de"
  69. },
  70. {
  71. "name": "Addy Osmani",
  72. "url": "https://github.com/addyosmani"
  73. },
  74. {
  75. "name": "Christiaan Baartse",
  76. "url": "https://github.com/christiaan"
  77. }
  78. ],
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/swisnl/jQuery-contextMenu.git"
  82. },
  83. "main": "dist/jquery.contextMenu.js",
  84. "files": [
  85. "dist",
  86. "src"
  87. ],
  88. "scripts": {
  89. "test": "npm run test-unit",
  90. "test-unit": "./node_modules/karma/bin/karma start",
  91. "test-sauce": "./node_modules/karma/bin/karma start karma-saucelabs.conf.js",
  92. "test-accept": "./node_modules/.bin/wdio wdio.conf.js"
  93. },
  94. "browserslist": [
  95. "Android 2.3",
  96. "Android >= 4",
  97. "Chrome >= 20",
  98. "Firefox >= 24",
  99. "Explorer >= 8",
  100. "iOS >= 6",
  101. "Opera >= 12",
  102. "Safari >= 6"
  103. ],
  104. "dependencies": {
  105. "jquery": "^3.5.0"
  106. }
  107. }