{ "name": "mustache", "version": "0.7.0", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors <http://github.com/janl/mustache.js>", "keywords": ["mustache", "template", "templates", "ejs"], "main": "./mustache.js", "devDependencies": { "vows": "0.6.x" }, "volo": { "url": "https://raw.github.com/janl/mustache.js/0.7.0/mustache.js" }, "scripts": { "test": "vows --spec" } }