package.json 633 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "css-system-font-keywords",
  3. "version": "1.0.0",
  4. "description": "List of CSS system font keywords.",
  5. "main": "index.json",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/jedmao/css-system-font-keywords.git"
  12. },
  13. "keywords": [
  14. "css",
  15. "font",
  16. "weight",
  17. "keywords"
  18. ],
  19. "author": "Jed Mao <jedmao@outlook.com>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/jedmao/css-system-font-keywords/issues"
  23. },
  24. "homepage": "https://github.com/jedmao/css-system-font-keywords#readme"
  25. }