{ "name": "mustache", "version": "0.5.2", "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", "uglify-js": "1.3.0" }, "scripts": { "test": "vows --spec" } }