You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
897 B
JSON
36 lines
897 B
JSON
10 years ago
|
{
|
||
|
"name": "components/handlebars.js",
|
||
|
"description": "Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.",
|
||
|
"homepage": "http://handlebarsjs.com",
|
||
|
"license": "MIT",
|
||
|
"type": "component",
|
||
|
"keywords": [
|
||
|
"handlebars",
|
||
|
"mustache",
|
||
|
"html"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Chris Wanstrath",
|
||
|
"homepage": "http://chriswanstrath.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"robloach/component-installer": "*"
|
||
|
},
|
||
|
"extra": {
|
||
|
"component": {
|
||
|
"name": "handlebars",
|
||
|
"scripts": [
|
||
|
"handlebars.js"
|
||
|
],
|
||
|
"files": [
|
||
|
"handlebars.runtime.js"
|
||
|
],
|
||
|
"shim": {
|
||
|
"exports": "Handlebars"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|