mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "handlebars.js",
|
|
"filename": "handlebars.min.js",
|
|
"version": "2.0.0",
|
|
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration. Mustache templates are compatible with Handlebars, so you can take a Mustache template, import it into Handlebars, and start taking advantage of the extra Handlebars features.",
|
|
"homepage": "http://www.handlebarsjs.com",
|
|
"keywords": [
|
|
"template",
|
|
"mustache"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Yehuda Katz",
|
|
"web": "http://www.yehudakatz.com"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/wycats/handlebars.js"
|
|
}
|
|
],
|
|
"npmName": "handlebars",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"handlebars.amd.js",
|
|
"handlebars.amd.min.js",
|
|
"handlebars.js",
|
|
"handlebars.min.js",
|
|
"handlebars.runtime.amd.js",
|
|
"handlebars.runtime.amd.min.js",
|
|
"handlebars.runtime.js",
|
|
"handlebars.runtime.min.js"
|
|
]
|
|
}
|
|
]
|
|
}
|