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

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "helloworld",
  3. "displayName": "HelloCordova",
  4. "version": "1.0.0",
  5. "description": "A sample Apache Cordova application that responds to the deviceready event.",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [
  11. "ecosystem:cordova"
  12. ],
  13. "author": "Apache Cordova Team",
  14. "license": "Apache-2.0",
  15. "dependencies": {
  16. "cordova-android": "^8.1.0",
  17. "cordova-browser": "^6.0.0",
  18. "localforage": "^1.9.0"
  19. },
  20. "devDependencies": {
  21. "cordova-ios": "^6.1.1",
  22. "cordova-plugin-file": "^6.0.2",
  23. "cordova-plugin-nativestorage": "^2.3.2",
  24. "cordova-plugin-whitelist": "^1.3.4",
  25. "cordova-sqlite-storage": "^5.1.0"
  26. },
  27. "cordova": {
  28. "plugins": {
  29. "cordova-plugin-whitelist": {},
  30. "cordova-plugin-nativestorage": {},
  31. "cordova-sqlite-storage": {},
  32. "cordova-plugin-file": {}
  33. },
  34. "platforms": [
  35. "android",
  36. "browser",
  37. "ios"
  38. ]
  39. }
  40. }