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.

22 lines
401 B

  1. {
  2. "name": "cssMaterialColors",
  3. "homepage": "https://github.com/arnaucode/cssMaterialColors",
  4. "authors": [
  5. "arnaucode <arnaucode@gmail.com>"
  6. ],
  7. "description": "css material colors",
  8. "main": "colors.css",
  9. "keywords": [
  10. "css",
  11. "material",
  12. "colors"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }