Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

27 рядки
593B

  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": [
  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 test"
  22. },
  23. "devDependencies": {
  24. "mocha": "2.0.1"
  25. }
  26. }