bower.json 767 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "ionic",
  3. "version": "1.3.1",
  4. "codename": "el salvador",
  5. "homepage": "https://github.com/driftyco/ionic",
  6. "authors": [
  7. "Max Lynch <max@drifty.com>",
  8. "Adam Bradley <adam@drifty.com>",
  9. "Ben Sperry <ben@drifty.com>"
  10. ],
  11. "description": "Advanced HTML5 hybrid mobile app development framework.",
  12. "main": [
  13. "css/ionic.css",
  14. "fonts/*",
  15. "js/ionic.js",
  16. "js/ionic-angular.js"
  17. ],
  18. "keywords": [
  19. "mobile",
  20. "html5",
  21. "ionic",
  22. "cordova",
  23. "phonegap",
  24. "trigger",
  25. "triggerio",
  26. "angularjs",
  27. "angular"
  28. ],
  29. "license": "MIT",
  30. "private": false,
  31. "dependencies": {
  32. "angular": "1.5.3",
  33. "angular-animate": "1.5.3",
  34. "angular-sanitize": "1.5.3",
  35. "angular-ui-router": "0.2.13"
  36. }
  37. }