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
464B

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