.bower.json 811 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "fizzy-ui-utils",
  3. "version": "1.0.1",
  4. "authors": [
  5. "David DeSandro"
  6. ],
  7. "description": "UI utilities",
  8. "main": "utils.js",
  9. "dependencies": {
  10. "doc-ready": "~1.0.4",
  11. "matches-selector": "~1.0.2"
  12. },
  13. "moduleType": [
  14. "amd",
  15. "globals",
  16. "node"
  17. ],
  18. "keywords": [
  19. "utility",
  20. "ui"
  21. ],
  22. "license": "MIT",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests",
  29. "package.json"
  30. ],
  31. "homepage": "https://github.com/metafizzy/fizzy-ui-utils",
  32. "_release": "1.0.1",
  33. "_resolution": {
  34. "type": "version",
  35. "tag": "v1.0.1",
  36. "commit": "823b543b583f4831d25aadf94c26fc6018e62172"
  37. },
  38. "_source": "git://github.com/metafizzy/fizzy-ui-utils.git",
  39. "_target": "~1.0.1",
  40. "_originalSource": "fizzy-ui-utils"
  41. }