All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.components.handlebars.composer.json Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
{
    "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"
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy