Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12 řádky
325B

  1. {
  2. "name": "mustache",
  3. "version": "0.5.0-dev",
  4. "description": "Logic-less {{mustache}} templates with JavaScript",
  5. "author": "mustache.js Authors <http://github.com/janl/mustache.js>",
  6. "keywords": ["mustache", "template", "templates", "ejs"],
  7. "main": "./mustache",
  8. "devDependencies": {
  9. "vows": "0.6.x"
  10. }
  11. }