Files
handlebars.js/components/package.json
T
Nils Knappmeier 059b330579 v4.4.0
2019-09-29 15:29:13 +02:00

21 lines
318 B
JSON

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