Files
handlebars.js/components/package.json
T
Jakob Linskeseder 8dc3d2517b v4.7.8
2023-08-01 23:06:18 +02:00

21 lines
318 B
JSON

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