{
    "name": "shim",
    "version": "0.6.0",
    "description": "shim.js is the a collection of UMD modules that shim (aka \"polyfill\") old environments to support modern (aka \"ES5-ish\" and \"ES6-ish\") javascript.",
    "keywords": ["polyfill", "cujo", "es5", "es6", "shim", "array", "object", "string", "function", "xhr", "json"],
    "licenses": [
        {
            "type": "MIT",
            "url": "http://www.opensource.org/licenses/mit-license.php"
        }
    ],
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/cujojs/poly"
        }
    ],
    "bugs": "https://github.com/cujojs/poly/issues",
    "maintainers": [
        {
            "name": "John Hann",
            "web": "http://unscriptable.com"
        }
    ],
    "collaborators": [
        {
            "name": "John Hann",
            "web": "http://unscriptable.com"
        },
        {
            "name": "Brian Cavalier",
            "web": "http://hovercraftstudios.com"
        },
        {
            "name": "Jared Cacurak",
            "web": "http://jared.cacurak.com/"
        }
    ],
    "main": "./all",
    "directories": {
        "test": "test"
    }
}
