1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00
Files
kaamelott-soundboard/docs/bower_components/handlebars/package.json
2023-10-30 08:06:39 +01:00

21 lines
318 B
JSON

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