Files
handlebars.js/components/package.json
T
Hannah Wolfe 7adc19ab40 v4.7.4
2020-04-01 18:20:30 +01:00

21 lines
318 B
JSON

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