Aucune description

package.json 715B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "jquery-datetimepicker",
  3. "version": "2.4.3",
  4. "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
  5. "main": "jquery.datetimepicker.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/xdan/datetimepicker.git"
  12. },
  13. "keywords": [
  14. "jquery-plugin",
  15. "calendar",
  16. "date",
  17. "time",
  18. "datetime",
  19. "datepicker",
  20. "timepicker"
  21. ],
  22. "author": "Chupurnov <chupurnov@gmail.com> (http://xdsoft.net/)",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/xdan/datetimepicker/issues"
  26. },
  27. "homepage": "https://github.com/xdan/datetimepicker"
  28. }