Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

32 строки
618 B

  1. {
  2. "name": "css-social-buttons",
  3. "description": "Zocial CSS social buttons.",
  4. "version": "1.4.0",
  5. "keywords": [
  6. "css",
  7. "font",
  8. "icon",
  9. "social",
  10. "zocial"
  11. ],
  12. "homepage": "http://zocial.smcllns.com/",
  13. "authors": "Sam Collins",
  14. "scripts": {
  15. "build": "fontcustom compile"
  16. },
  17. "style": "css/zocial.css",
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/samcollins/css-social-buttons.git"
  21. },
  22. "bugs": {
  23. "url": "https://github.com/samcollins/css-social-buttons/issues"
  24. },
  25. "license": "MIT",
  26. "files": [
  27. "LICENCE",
  28. "css/*",
  29. "src/*.svg"
  30. ]
  31. }