Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

18 lines
458B

  1. {
  2. "name": "mustache",
  3. "version": "0.6.0",
  4. "description": "Logic-less {{mustache}} templates with JavaScript",
  5. "author": "mustache.js Authors <http://github.com/janl/mustache.js>",
  6. "keywords": ["mustache", "template", "templates", "ejs"],
  7. "main": "./mustache.js",
  8. "devDependencies": {
  9. "vows": "0.6.x"
  10. },
  11. "volo": {
  12. "url": "https://raw.github.com/janl/mustache.js/0.6.0/mustache.js"
  13. },
  14. "scripts": {
  15. "test": "vows --spec"
  16. }
  17. }