Darudev

Untitled

May 10th, 2017
2,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "name": "Car APP",
  3. "version": "1.1.1",
  4. "description": "car app",
  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. "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-statusbar",
  22. "ionic-plugin-keyboard",
  23. {
  24. "locator": "https://github.com/homerours/cordova-music-controls-plugin",
  25. "id": "cordova-plugin-music-controls"
  26. },
  27. {
  28. "locator": "https://github.com/apache/cordova-plugin-splashscreen.git",
  29. "id": "cordova-plugin-splashscreen"
  30. },
  31. "ionic-plugin-deploy"
  32. ],
  33. "cordovaPlatforms": [
  34. "android"
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment