package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "timepicker",
  3. "version": "1.11.14",
  4. "title": "jquery-timepicker",
  5. "author": {
  6. "name": "Jon Thornton",
  7. "url": "https://github.com/jonthornton"
  8. },
  9. "scripts": {
  10. "format": "prettier-eslint --write \"jquery.timepicker.js\"",
  11. "lint": "eslint",
  12. "test": "jest"
  13. },
  14. "license": "MIT",
  15. "dependencies": {
  16. "jquery": ">=1.7"
  17. },
  18. "devDependencies": {
  19. "grunt": "~0.4.1",
  20. "grunt-cli": "~0.1.9",
  21. "grunt-contrib-cssmin": "~0.4.1",
  22. "grunt-contrib-jshint": "^0.11.3",
  23. "grunt-contrib-uglify": "~0.11.0",
  24. "jest": "^21.1.0",
  25. "prettier-eslint": "^8.1.1",
  26. "prettier-eslint-cli": "^4.3.2"
  27. },
  28. "main": "jquery.timepicker.min.js",
  29. "description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
  30. "keywords": [
  31. "timepicker",
  32. "time",
  33. "picker",
  34. "ui",
  35. "google calendar"
  36. ],
  37. "homepage": "http://jonthornton.github.com/jquery-timepicker/",
  38. "repository": {
  39. "type": "git",
  40. "url": "https://github.com/jonthornton/jquery-timepicker.git"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonthornton/jquery-timepicker/issues"
  44. }
  45. }