.bower.json 775 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "get-style-property",
  3. "main": "get-style-property.js",
  4. "version": "1.0.4",
  5. "homepage": "https://github.com/desandro/get-style-property",
  6. "authors": [
  7. "David DeSandro <desandrocodes@gmail.com>"
  8. ],
  9. "description": "quick & dirty CSS property testing",
  10. "moduleType": [
  11. "amd",
  12. "globals",
  13. "node"
  14. ],
  15. "keywords": [
  16. "CSS",
  17. "DOM"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ],
  27. "_release": "1.0.4",
  28. "_resolution": {
  29. "type": "version",
  30. "tag": "v1.0.4",
  31. "commit": "34fc5e4a0f252964ed2790138b8d7d30d04b55c1"
  32. },
  33. "_source": "git://github.com/desandro/get-style-property.git",
  34. "_target": "1.x",
  35. "_originalSource": "get-style-property"
  36. }