package.json 582 B

1234567891011121314151617181920212223
  1. {
  2. "name": "desandro-get-style-property",
  3. "version": "1.0.4",
  4. "description": "Quick and dirty CSS property testing",
  5. "main": "get-style-property.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/desandro/get-style-property.git"
  12. },
  13. "license": "MIT",
  14. "bugs": {
  15. "url": "https://github.com/desandro/get-style-property/issues"
  16. },
  17. "homepage": "https://github.com/desandro/get-style-property",
  18. "keywords": [
  19. "CSS",
  20. "DOM"
  21. ],
  22. "author": "David DeSandro"
  23. }