1234567891011121314151617181920212223 |
- {
- "name": "desandro-get-style-property",
- "version": "1.0.4",
- "description": "Quick and dirty CSS property testing",
- "main": "get-style-property.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/desandro/get-style-property.git"
- },
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/desandro/get-style-property/issues"
- },
- "homepage": "https://github.com/desandro/get-style-property",
- "keywords": [
- "CSS",
- "DOM"
- ],
- "author": "David DeSandro"
- }
|