選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 274B

12345678
  1. {
  2. "name": "mustache",
  3. "version": "0.5.29",
  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. }