package.json 836 B

123456789101112131415161718192021222324
  1. {
  2. "name": "datepair.js",
  3. "description": "A javascript plugin for intelligently selecting date and time ranges inspired by Google Calendar.",
  4. "homepage": "http://jonthornton.github.com/Datepair.js",
  5. "version": "0.4.16",
  6. "main": "dist/datepair.js",
  7. "author": {
  8. "name": "Jon Thornton",
  9. "url": "https://github.com/jonthornton"
  10. },
  11. "repository": {
  12. "type" : "git",
  13. "url" : "https://github.com/jonthornton/Datepair.js.git"
  14. },
  15. "license": "MIT",
  16. "devDependencies": {
  17. "grunt": "~0.4.1",
  18. "grunt-contrib-uglify": "~0.4.0",
  19. "grunt-rigger": "~0.5.0",
  20. "grunt-contrib-jshint": "^0.11.3",
  21. "grunt-contrib-watch": "~0.5.1"
  22. },
  23. "keywords": [ "timepicker", "datepicker", "time", "date", "picker", "ui", "calendar", "input", "form" ]
  24. }