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.
25 lines
633 B
25 lines
633 B
{
|
|
"name": "css-system-font-keywords",
|
|
"version": "1.0.0",
|
|
"description": "List of CSS system font keywords.",
|
|
"main": "index.json",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jedmao/css-system-font-keywords.git"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"font",
|
|
"weight",
|
|
"keywords"
|
|
],
|
|
"author": "Jed Mao <jedmao@outlook.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jedmao/css-system-font-keywords/issues"
|
|
},
|
|
"homepage": "https://github.com/jedmao/css-system-font-keywords#readme"
|
|
}
|
|
|