Files
handlebars.js/components/package.json
handlebars-lang dce542c9a6 v4.7.9
2026-03-26 20:44:05 +00:00

21 lines
318 B
JSON

{
"name": "handlebars",
"version": "4.7.9",
"license": "MIT",
"jspm": {
"main": "handlebars",
"shim": {
"handlebars": {
"exports": "Handlebars"
}
},
"files": [
"handlebars.js",
"handlebars.runtime.js"
],
"buildConfig": {
"minify": true
}
}
}