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.

45 lines
1.1 KiB

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.2",
  8. "cordova-plugin-console": "^1.0.7",
  9. "cordova-plugin-device": "^1.1.7",
  10. "cordova-plugin-splashscreen": "^4.0.3",
  11. "cordova-plugin-whitelist": "^1.3.3",
  12. "gulp": "^3.5.6",
  13. "gulp-concat": "^2.2.0",
  14. "gulp-minify-css": "^0.3.0",
  15. "gulp-rename": "^1.2.0",
  16. "gulp-sass": "^2.0.4",
  17. "ionic-plugin-keyboard": "^2.2.1"
  18. },
  19. "devDependencies": {
  20. "bower": "^1.3.3",
  21. "gulp-util": "^2.2.14",
  22. "shelljs": "^0.3.0"
  23. },
  24. "cordovaPlugins": [
  25. "cordova-plugin-device",
  26. "cordova-plugin-console",
  27. "cordova-plugin-whitelist",
  28. "cordova-plugin-splashscreen",
  29. "cordova-plugin-statusbar",
  30. "ionic-plugin-keyboard"
  31. ],
  32. "cordovaPlatforms": [],
  33. "cordova": {
  34. "plugins": {
  35. "cordova-plugin-whitelist": {},
  36. "cordova-plugin-device": {},
  37. "cordova-plugin-splashscreen": {},
  38. "cordova-plugin-console": {},
  39. "ionic-plugin-keyboard": {},
  40. "cordova-plugin-camera": {}
  41. },
  42. "platforms": [
  43. "android"
  44. ]
  45. }
  46. }