Add package.json to components shim

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
This commit is contained in:
Nils Knappmeier
2017-11-28 22:13:17 +01:00
parent 69c6ca528d
commit cda544bca9
+19
View File
@@ -0,0 +1,19 @@
{
"version": "4.0.11",
"license": "MIT",
"jspm": {
"main": "handlebars",
"shim": {
"handlebars": {
"exports": "Handlebars"
}
},
"files": [
"handlebars.js",
"handlebars.runtime.js"
],
"buildConfig": {
"minify": true
}
}
}