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

package.json 255B

12345678
  1. {
  2. "name": "mustache",
  3. "author": "http://mustache.github.com/",
  4. "description": "Logic-less {{mustache}} templates with JavaScript",
  5. "keywords": ["template", "templates", "mustache"],
  6. "version": "{{version}}",
  7. "main": "./mustache"
  8. }