mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-27 21:56:06 +10:00
31 lines
734 B
JSON
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"
|
|
}
|
|
]
|
|
|
|
}
|
|
|