Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

contribute.json 969B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "localforage",
  3. "description": "Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.",
  4. "repository": {
  5. "url": "https://github.com/mozilla/localForage",
  6. "license": "Apache 2.0",
  7. "tests": "https://travis-ci.org/mozilla/localForage"
  8. },
  9. "participate": {
  10. "home": "https://github.com/mozilla/localForage",
  11. "docs": "http://mozilla.github.io/localForage",
  12. "irc": "irc://irc.mozilla.org/#apps",
  13. "irc-contacts": [
  14. "tofumatt"
  15. ]
  16. },
  17. "bugs": {
  18. "list": "https://github.com/mozilla/localForage/issues",
  19. "report": "https://github.com/mozilla/localForage/issues/new",
  20. "goodfirstbug": "https://github.com/mozilla/localForage/labels/help%20wanted"
  21. },
  22. "keywords": [
  23. "javascript",
  24. "indexeddb",
  25. "localstorage",
  26. "offline",
  27. "storage",
  28. "websql"
  29. ]
  30. }