13 lines
173 B
JSON
13 lines
173 B
JSON
{
|
|
"main": "handlebars",
|
|
"shim": {
|
|
"handlebars": {
|
|
"exports": "Handlebars"
|
|
}
|
|
},
|
|
"files": ["handlebars.js"],
|
|
"buildConfig": {
|
|
"minify": true
|
|
}
|
|
}
|