Files
cdnjs/ajax/libs/mustache.js/package.json
T

31 lines
734 B
JSON

{
"name": "mustache.js",
"filename": "mustache.min.js",
"version": "0.7.2",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",
"keywords": [
"templates",
"templating",
"mustache",
"template",
"ejs"
],
"maintainers": [
{
"name": "Jan Lehnardt",
"email": "jan@apache.org",
"web": "http://jan.prima.de/plok/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/janl/mustache.js"
}
]
}