21 lines
318 B
JSON
21 lines
318 B
JSON
{
|
|
"name": "handlebars",
|
|
"version": "4.7.8",
|
|
"license": "MIT",
|
|
"jspm": {
|
|
"main": "handlebars",
|
|
"shim": {
|
|
"handlebars": {
|
|
"exports": "Handlebars"
|
|
}
|
|
},
|
|
"files": [
|
|
"handlebars.js",
|
|
"handlebars.runtime.js"
|
|
],
|
|
"buildConfig": {
|
|
"minify": true
|
|
}
|
|
}
|
|
}
|