Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

43 řádky
898B

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