.bower.json 893 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "ionic-ratings",
  3. "version": "0.3.0",
  4. "authors": [
  5. "rajeshwarpatlolla <rajeshwar.patlolla@gmail.com>"
  6. ],
  7. "description": "A ratings plugin for IONIC framework",
  8. "main": [
  9. "./dist/ionic-ratings.min.js"
  10. ],
  11. "keywords": [
  12. "ionic-ratings",
  13. "ionic",
  14. "rating",
  15. "ratings",
  16. "ratings for ionic"
  17. ],
  18. "license": "MIT",
  19. "homepage": "https://github.com/rajeshwarpatlolla/ionic-ratings",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "www/lib",
  25. "test",
  26. "tests"
  27. ],
  28. "dependencies": {
  29. "ionic": ">=0.9.27"
  30. },
  31. "_release": "0.3.0",
  32. "_resolution": {
  33. "type": "version",
  34. "tag": "v0.3.0",
  35. "commit": "3473a64cb284134f62fdc09ca4dbf5c6662903f2"
  36. },
  37. "_source": "https://github.com/rajeshwarpatlolla/ionic-ratings.git",
  38. "_target": "^0.3.0",
  39. "_originalSource": "ionic-ratings",
  40. "_direct": true
  41. }