package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "tabs",
  3. "version": "1.1.1",
  4. "description": "tabs: An Ionic project",
  5. "dependencies": {
  6. "gulp": "^3.5.6",
  7. "gulp-sass": "^2.0.4",
  8. "gulp-concat": "^2.2.0",
  9. "gulp-minify-css": "^0.3.0",
  10. "gulp-rename": "^1.2.0"
  11. },
  12. "devDependencies": {
  13. "bower": "^1.3.3",
  14. "del": "^2.2.2",
  15. "gulp-ng-annotate": "^2.0.0",
  16. "gulp-strip-debug": "^1.1.0",
  17. "gulp-uglify": "^2.0.0",
  18. "gulp-util": "^2.2.14",
  19. "shelljs": "^0.3.0"
  20. },
  21. "cordovaPlugins": [
  22. "cordova-plugin-device",
  23. "cordova-plugin-console",
  24. "cordova-plugin-whitelist",
  25. "cordova-plugin-statusbar",
  26. "ionic-plugin-keyboard",
  27. "cordova-plugin-media-capture",
  28. "cordova-plugin-file@3.0.0",
  29. "cordova-plugin-camera@2.2.0",
  30. "cordova-plugin-media@1.0.1",
  31. "cordova-plugin-file-transfer",
  32. "cordovaLinker",
  33. "cordova-plugin-camera",
  34. "cordova-plugin-image-picker",
  35. "cordova-plugin-app-preferences",
  36. "cordova-plugin-app-event",
  37. "de.appplant.cordova.plugin.local-notification",
  38. "cordova-plugin-globalization",
  39. {
  40. "locator": "https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin.git",
  41. "id": "cordova-plugin-calendar"
  42. }
  43. ],
  44. "cordovaPlatforms": [
  45. "android"
  46. ]
  47. }