.bower.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "_release": "1.3.1",
  38. "_resolution": {
  39. "type": "version",
  40. "tag": "v1.3.1",
  41. "commit": "deade5ac92dc25febaa60b05336decd62f545bb5"
  42. },
  43. "_source": "https://github.com/driftyco/ionic-bower.git",
  44. "_target": "v1.3.1",
  45. "_originalSource": "driftyco/ionic-bower"
  46. }