bower.json 390 B

1234567891011121314151617181920212223
  1. {
  2. "name": "get-size",
  3. "description": "measures element size",
  4. "main": "get-size.js",
  5. "authors": [
  6. "David DeSandro"
  7. ],
  8. "license": "MIT",
  9. "keywords": [
  10. "size",
  11. "DOM"
  12. ],
  13. "homepage": "https://github.com/desandro/get-size",
  14. "ignore": [
  15. "**/.*",
  16. "package.json",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests",
  21. "sandbox.html"
  22. ]
  23. }