epiphany/node_modules/css-shorthand-properties/package.json
2023-12-09 22:48:07 -08:00

24 lines
594 B
JSON

{
"name": "css-shorthand-properties",
"description": "A simple list of CSS shorthand properties and which longhand properties they expand to",
"keywords": [
"css",
"shorthand",
"short",
"list"
],
"version": "1.1.1",
"author": "Gilmore Davidson",
"homepage": "https://github.com/gilmoreorless/css-shorthand-properties",
"repository": {
"type": "git",
"url": "git://github.com/gilmoreorless/css-shorthand-properties.git"
},
"main": "index.js",
"licenses": [
{
"type": "MIT",
"url": "http://gilmoreorless.mit-license.org/"
}
]
}