You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bower.json 707B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "davclient.js",
  3. "version": "0.0.1",
  4. "authors": [
  5. "Evert Pot <me@evertpot.com>"
  6. ],
  7. "description": "A WebDAV, CalDAV and CardDAV client for browsers.",
  8. "main": "lib/client.js",
  9. "keywords": [
  10. "webdav",
  11. "caldav",
  12. "carddav"
  13. ],
  14. "license": "MIT",
  15. "homepage": "http://sabre.io/",
  16. "ignore": [
  17. "**/.*",
  18. "node_modules",
  19. "bower_components",
  20. "test",
  21. "tests"
  22. ],
  23. "_release": "0.0.1",
  24. "_resolution": {
  25. "type": "version",
  26. "tag": "0.0.1",
  27. "commit": "2d054c63ba5bf7f7d40de904a742f3ad9c71e63c"
  28. },
  29. "_source": "https://github.com/evert/davclient.js.git",
  30. "_target": "*",
  31. "_originalSource": "https://github.com/evert/davclient.js.git"
  32. }