bower.json 295 B

123456789101112131415161718
  1. {
  2. "name": "starrr",
  3. "authors": [
  4. "ajb <adam@dobt.co>"
  5. ],
  6. "description": "1-5 star rating with jQuery.",
  7. "license": "MIT",
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "bower_components"
  12. ],
  13. "main": [
  14. "dist/starrr.js",
  15. "dist/starrr.css"
  16. ],
  17. "dependencies": {}
  18. }