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

22 строки
553B

  1. {
  2. "name": "mustache",
  3. "version": "0.7.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.2/mustache.js"
  17. },
  18. "scripts": {
  19. "test": "mocha test"
  20. }
  21. }