You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
639 B
26 lines
639 B
1 year ago
|
{
|
||
|
"name": "css-font-stretch-keywords",
|
||
|
"version": "1.0.1",
|
||
|
"description": "List of CSS font stretch keywords.",
|
||
|
"main": "index.json",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jedmao/css-font-stretch-keywords.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"font",
|
||
|
"stretch",
|
||
|
"keywords"
|
||
|
],
|
||
|
"author": "Jed Mao <jedmao@outlook.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jedmao/css-font-stretch-keywords/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/jedmao/css-font-stretch-keywords#readme"
|
||
|
}
|