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