Files
handlebars.js/components/package.json
T
Nils Knappmeier 14ba3d0c43 v4.7.1
2020-01-12 13:21:08 +01:00

21 lines
318 B
JSON

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