Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

50 Zeilen
1000B

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