Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

35 строки
746B

  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. "scripts": {
  21. "test": "mocha --reporter spec",
  22. "test-render": "mocha --reporter spec test/render-test"
  23. },
  24. "devDependencies": {
  25. "mocha": "2.0.1"
  26. },
  27. "spm": {
  28. "main": "mustache.js",
  29. "ignore": [
  30. "test",
  31. "wrappers"
  32. ]
  33. }
  34. }