bower.json 503 B

12345678910111213141516
  1. {
  2. "name": "jt.timepicker",
  3. "version": "1.11.14",
  4. "description": "A jQuery timepicker plugin inspired by Google Calendar.",
  5. "homepage": "http://jonthornton.github.com/jquery-timepicker",
  6. "main": ["./jquery.timepicker.js", "./jquery.timepicker.css"],
  7. "dependencies": {
  8. "jquery": ">= 1.7"
  9. },
  10. "keywords": ["time", "picker", "google calendar"],
  11. "author": {
  12. "name": "Jon Thornton",
  13. "web": "https://github.com/jonthornton"
  14. },
  15. "license": "http://opensource.org/licenses/MIT"
  16. }