.bower.json 846 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "fizzy-ui-utils",
  3. "authors": [
  4. "David DeSandro"
  5. ],
  6. "description": "UI utilities",
  7. "main": "utils.js",
  8. "dependencies": {
  9. "desandro-matches-selector": "^2.0.0"
  10. },
  11. "moduleType": [
  12. "amd",
  13. "globals",
  14. "node"
  15. ],
  16. "keywords": [
  17. "utility",
  18. "ui"
  19. ],
  20. "license": "MIT",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests",
  27. "package.json"
  28. ],
  29. "devDependencies": {
  30. "qunit": "~1.20.0"
  31. },
  32. "homepage": "https://github.com/metafizzy/fizzy-ui-utils",
  33. "version": "2.0.5",
  34. "_release": "2.0.5",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "v2.0.5",
  38. "commit": "96fd89e0575e6af7b4634138139ee1a80d975b38"
  39. },
  40. "_source": "https://github.com/metafizzy/fizzy-ui-utils.git",
  41. "_target": "^2.0.4",
  42. "_originalSource": "fizzy-ui-utils"
  43. }