.bower.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "ionic-material",
  3. "version": "0.4.2",
  4. "authors": [
  5. "Rai Butera",
  6. "Zach Fitzgerald"
  7. ],
  8. "description": "Ionic Material - Material Design for the Ionic Framework",
  9. "main": [
  10. "./dist/ionic.material.css",
  11. "./dist/ionic.material.min.css",
  12. "./dist/ionic.material.js",
  13. "./dist/ionic.material.min.js"
  14. ],
  15. "keywords": [
  16. "Ionic",
  17. "Material",
  18. "Design",
  19. "AngularJS",
  20. "Framework",
  21. "Hybrid",
  22. "Apps",
  23. "Mobile"
  24. ],
  25. "license": "MIT",
  26. "homepage": "http://ionicmaterial.com",
  27. "private": false,
  28. "ignore": [
  29. "bower_components",
  30. "demo",
  31. "docs",
  32. "Gulpfile.js",
  33. "index.html",
  34. "node_modules"
  35. ],
  36. "dependencies": {
  37. "ionic": "~1.0.0",
  38. "waves": "0.6"
  39. },
  40. "_release": "0.4.2",
  41. "_resolution": {
  42. "type": "version",
  43. "tag": "v0.4.2",
  44. "commit": "b22187c9bc2041ef9e2494c04f885c468f38a117"
  45. },
  46. "_source": "https://github.com/zachsoft/Ionic-Material.git",
  47. "_target": "^0.4.2",
  48. "_originalSource": "ionic-material"
  49. }