package.json 869 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "odoomobile",
  3. "version": "1.1.1",
  4. "description": "OdooMobile: An Ionic project",
  5. "dependencies": {
  6. "gulp": "^3.5.6",
  7. "gulp-concat": "^2.2.0",
  8. "gulp-minify-css": "^0.3.0",
  9. "gulp-rename": "^1.2.0",
  10. "gulp-sass": "^2.0.4"
  11. },
  12. "devDependencies": {
  13. "bower": "^1.3.3",
  14. "gulp-util": "^2.2.14",
  15. "shelljs": "^0.3.0"
  16. },
  17. "cordovaPlugins": [
  18. "cordova-plugin-device",
  19. "cordova-plugin-console",
  20. "cordova-plugin-whitelist",
  21. "cordova-plugin-splashscreen",
  22. "cordova-plugin-statusbar",
  23. "ionic-plugin-keyboard",
  24. "cordova-plugin-camera",
  25. "cordova-plugin-contacts",
  26. "cordova-plugin-vibration",
  27. "cordova-plugin-geolocation",
  28. "cordova-plugin-device-motion",
  29. "uk.co.workingedge.phonegap.plugin.launchnavigator",
  30. "cordova-plugin-dialogs"
  31. ],
  32. "cordovaPlatforms": [
  33. "android"
  34. ]
  35. }