ds-algo-study
Version:
Just experimenting with publishing a package
22 lines (21 loc) • 553 B
JSON
{
"name": "mustache",
"version": "0.8.2",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"repository": {
"type": "git",
"url": "https://github.com/janl/mustache.js.git"
},
"keywords": ["mustache", "template", "templates", "ejs"],
"main": "./mustache.js",
"devDependencies": {
"mocha": "1.5.0"
},
"volo": {
"url": "https://raw.github.com/janl/mustache.js/0.7.3/mustache.js"
},
"scripts": {
"test": "mocha test"
}
}