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

40 行
849B

  1. {
  2. "name": "mustache",
  3. "version": "1.0.0",
  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": [
  11. "mustache",
  12. "template",
  13. "templates",
  14. "ejs"
  15. ],
  16. "main": "./mustache.js",
  17. "volo": {
  18. "url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
  19. },
  20. "engines": {
  21. "npm": ">=1.4.0"
  22. },
  23. "scripts": {
  24. "pretest": "jshint mustache.js",
  25. "test": "mocha --reporter spec",
  26. "test-render": "mocha --reporter spec test/render-test"
  27. },
  28. "devDependencies": {
  29. "jshint": "~2.4.4",
  30. "mocha": "~2.1.0"
  31. },
  32. "spm": {
  33. "main": "mustache.js",
  34. "ignore": [
  35. "test",
  36. "wrappers"
  37. ]
  38. }
  39. }