chromium/third_party/blink/perf_tests/speedometer21/resources/flightjs-example-app/components/jquery/composer.json

{
    "name": "components/jquery",
    "description": "jQuery JavaScript Library",
    "type": "component",
    "homepage": "http://jquery.com",
    "license": "MIT",
    "support": {
        "irc": "irc://irc.freenode.org/jquery",
        "issues": "http://bugs.jquery.com",
        "forum": "http://forum.jquery.com",
        "wiki": "http://docs.jquery.com/",
        "source": "https://github.com/jquery/jquery"
    },
    "authors": [
        {
            "name": "John Resig",
            "email": "[email protected]"
        }
    ],
    "extra": {
        "js": "jquery.js"
    }
}