Files
handlebars.js/components/package.json
T
Nils Knappmeier 55e4d9d80d v3.0.7
2019-06-30 10:53:59 +02:00

21 lines
318 B
JSON

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