Files
handlebars.js/components/package.json
T
Nils Knappmeier c9789691af v4.7.3
2020-02-05 06:10:33 +01:00

21 lines
318 B
JSON

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