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.

47 lines
1.2 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "name": "commonroutes",
  3. "version": "1.1.1",
  4. "description": "app: commonroutes",
  5. "dependencies": {
  6. "cordova-android": "7.0.0",
  7. "cordova-plugin-camera": "^4.0.3",
  8. "cordova-plugin-console": "^1.1.0",
  9. "cordova-plugin-device": "^1.1.7",
  10. "cordova-plugin-inappbrowser": "^2.0.2",
  11. "cordova-plugin-splashscreen": "^4.1.0",
  12. "cordova-plugin-whitelist": "^1.3.3",
  13. "gulp": "^3.5.6",
  14. "gulp-concat": "^2.2.0",
  15. "gulp-minify-css": "^0.3.0",
  16. "gulp-rename": "^1.2.0",
  17. "gulp-sass": "^2.0.4",
  18. "ionic-plugin-keyboard": "^2.2.1"
  19. },
  20. "devDependencies": {
  21. "bower": "^1.3.3",
  22. "gulp-util": "^2.2.14",
  23. "shelljs": "^0.3.0"
  24. },
  25. "cordovaPlugins": [
  26. "cordova-plugin-device",
  27. "cordova-plugin-console",
  28. "cordova-plugin-whitelist",
  29. "cordova-plugin-splashscreen",
  30. "cordova-plugin-statusbar",
  31. "ionic-plugin-keyboard"
  32. ],
  33. "cordovaPlatforms": [],
  34. "cordova": {
  35. "plugins": {
  36. "cordova-plugin-whitelist": {},
  37. "cordova-plugin-device": {},
  38. "cordova-plugin-splashscreen": {},
  39. "cordova-plugin-console": {},
  40. "ionic-plugin-keyboard": {},
  41. "cordova-plugin-camera": {},
  42. "cordova-plugin-inappbrowser": {}
  43. },
  44. "platforms": [
  45. "android"
  46. ]
  47. }
  48. }