package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "jquery-contextmenu",
  3. "title": "jQuery.contextMenu()",
  4. "version": "2.4.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.2.0",
  15. "gulp": "^3.9.1",
  16. "gulp-autoprefixer": "^3.1.1",
  17. "gulp-concat": "~2.6.0",
  18. "gulp-consolidate": "^0.2.0",
  19. "gulp-csscomb": "^3.0.8",
  20. "gulp-csslint": "^1.0.0",
  21. "gulp-debug": "^2.1.2",
  22. "gulp-dest": "^0.2.3",
  23. "gulp-htmlcomb": "0.1.0",
  24. "gulp-iconfont": "^8.0.1",
  25. "gulp-jscs": "^3.0.2",
  26. "gulp-jshint": "^2.0.2",
  27. "gulp-load-plugins": "^1.3.0",
  28. "gulp-clean-css": "^2.0.13",
  29. "gulp-qunit": "^1.5.0",
  30. "gulp-rename": "^1.2.2",
  31. "gulp-replace": "^0.5.4",
  32. "gulp-sass": "^2.3.2",
  33. "gulp-sourcemaps": "~2.2.0",
  34. "gulp-uglify": "^2.0.0",
  35. "jshint": "^2.9.4",
  36. "karma": "^1.3.0",
  37. "karma-chrome-launcher": "^2.0.0",
  38. "karma-phantomjs-launcher": "^1.0.2",
  39. "karma-qunit": "^1.2.1",
  40. "lodash": "^4.16.4",
  41. "qunitjs": "^2.0.1",
  42. "wdio-dot-reporter": "0.0.6",
  43. "wdio-mocha-framework": "^0.4.4",
  44. "wdio-sauce-service": "^0.2.5",
  45. "wdio-selenium-standalone-service": "0.0.7",
  46. "webdriverio": "^4.2.16"
  47. },
  48. "description": "Management facility for context menus. Developed for a large number of triggering objects. HTML5 Polyfill",
  49. "keywords": [
  50. "contextmenu",
  51. "context menu",
  52. "context-menu",
  53. "menu",
  54. "html5 menu",
  55. "html5 contextmenu",
  56. "html5 context menu",
  57. "html5 context-menu",
  58. "jquery-plugin",
  59. "ecosystem:jquery"
  60. ],
  61. "homepage": "http://swisnl.github.io/jQuery-contextMenu/",
  62. "contributors": [
  63. {
  64. "name": "Rodney Rehm",
  65. "url": "http://rodneyrehm.de"
  66. },
  67. {
  68. "name": "Addy Osmani",
  69. "url": "https://github.com/addyosmani"
  70. },
  71. {
  72. "name": "Christiaan Baartse",
  73. "url": "https://github.com/christiaan"
  74. }
  75. ],
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/swisnl/jQuery-contextMenu.git"
  79. },
  80. "main": "dist/jquery.contextMenu.js",
  81. "files": [
  82. "dist",
  83. "src"
  84. ],
  85. "scripts": {
  86. "test": "npm run test-unit",
  87. "test-unit": "./node_modules/karma/bin/karma start",
  88. "test-sauce": "./node_modules/.bin/wdio wdio.conf.js"
  89. }
  90. }