cda544bca9
This is an attempt to provide a valid package.json-file to the shim repository for bower, in order to support `bower-away` see components/handlebars.js#24
20 lines
295 B
JSON
20 lines
295 B
JSON
{
|
|
"version": "4.0.11",
|
|
"license": "MIT",
|
|
"jspm": {
|
|
"main": "handlebars",
|
|
"shim": {
|
|
"handlebars": {
|
|
"exports": "Handlebars"
|
|
}
|
|
},
|
|
"files": [
|
|
"handlebars.js",
|
|
"handlebars.runtime.js"
|
|
],
|
|
"buildConfig": {
|
|
"minify": true
|
|
}
|
|
}
|
|
}
|