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

22 行
553B

  1. {
  2. "name": "mustache",
  3. "version": "0.8.2",
  4. "description": "Logic-less {{mustache}} templates with JavaScript",
  5. "author": "mustache.js Authors <http://github.com/janl/mustache.js>",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/janl/mustache.js.git"
  9. },
  10. "keywords": ["mustache", "template", "templates", "ejs"],
  11. "main": "./mustache.js",
  12. "devDependencies": {
  13. "mocha": "1.5.0"
  14. },
  15. "volo": {
  16. "url": "https://raw.github.com/janl/mustache.js/0.7.3/mustache.js"
  17. },
  18. "scripts": {
  19. "test": "mocha test"
  20. }
  21. }