mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 15:43:24 +00:00
21 lines
318 B
JSON
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
|
|
}
|
|
}
|
|
}
|