{ "name": "mustache", "version": "0.8.2", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "repository": { "type": "git", "url": "https://github.com/janl/mustache.js.git" }, "keywords": [ "mustache", "template", "templates", "ejs" ], "main": "./mustache.js", "volo": { "url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js" }, "scripts": { "test": "mocha --reporter spec test" }, "devDependencies": { "mocha": "2.0.1" }, "spm": { "main": "mustache.js", "ignore": [ "test", "wrappers" ] } }