Files
handlebars.js/components/package.json
T
Nils Knappmeier 0d5c807017 v4.7.0
2020-01-10 17:24:06 +01:00

21 lines
318 B
JSON

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