Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

29 wiersze
649B

  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. "spm": {
  22. "main": "mustache.js",
  23. "ignore": [
  24. "test",
  25. "wrappers"
  26. ]
  27. }
  28. }