package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "myts",
  3. "version": "1.1.1",
  4. "description": "myts: An Ionic project",
  5. "dependencies": {
  6. "cordova-plugin-console": "^1.0.5",
  7. "cordova-plugin-device": "^1.1.4",
  8. "cordova-plugin-splashscreen": "^4.0.3",
  9. "cordova-plugin-statusbar": "^2.2.1",
  10. "cordova-plugin-whitelist": "^1.3.1",
  11. "gulp": "^3.5.6",
  12. "gulp-concat": "^2.2.0",
  13. "gulp-minify-css": "^0.3.0",
  14. "gulp-rename": "^1.2.0",
  15. "gulp-sass": "^2.0.4",
  16. "ionic-plugin-keyboard": "^2.2.1"
  17. },
  18. "devDependencies": {
  19. "bower": "^1.3.3",
  20. "gulp-util": "^2.2.14",
  21. "shelljs": "^0.3.0"
  22. },
  23. "cordova": {
  24. "plugins": {
  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. },
  33. "cordovaPlugins": [
  34. "cordova-plugin-device",
  35. "cordova-plugin-console",
  36. "cordova-plugin-whitelist",
  37. "cordova-plugin-splashscreen",
  38. "cordova-plugin-statusbar",
  39. "ionic-plugin-keyboard"
  40. ],
  41. "cordovaPlatforms": []
  42. }