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

12 行
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. }