Files
handlebars.js/components/package.json
T
Nils Knappmeier 7cf753b186 chore: fix package.json of components/handlebars.js repo
- a "name" is required
2019-01-02 10:23:34 +01:00

21 lines
318 B
JSON

{
"name": "handlebars",
"version": "3.0.6",
"license": "MIT",
"jspm": {
"main": "handlebars",
"shim": {
"handlebars": {
"exports": "Handlebars"
}
},
"files": [
"handlebars.js",
"handlebars.runtime.js"
],
"buildConfig": {
"minify": true
}
}
}