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

1234567891011121314151617181920
  1. {
  2. "name": "mustache.js",
  3. "main": "mustache.js",
  4. "homepage": "https://github.com/janl/mustache.js",
  5. "authors": [
  6. "mustache.js Authors <http://github.com/janl/mustache.js>"
  7. ],
  8. "description": "Logic-less {{mustache}} templates with JavaScript",
  9. "keywords": ["mustache", "template", "templates", "ejs"],
  10. "moduleType": [
  11. "amd",
  12. "globals",
  13. "node"
  14. ],
  15. "license": "MIT",
  16. "ignore": [
  17. "**/.*",
  18. "test"
  19. ]
  20. }