Files
handlebars.js/components/package.json
T
Nils Knappmeier f98c6a5425 v4.1.2-0
2019-08-25 18:06:35 +02:00

21 lines
320 B
JSON

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