{ "name": "es5-shim", "main": "es5-shim.js", "repository": { "type": "git", "url": "git://github.com/es-shims/es5-shim" }, "homepage": "https://github.com/es-shims/es5-shim", "authors": [ "Kris Kowal (http://github.com/kriskowal/)", "Sami Samhuri (http://samhuri.net/)", "Florian Schäfer (http://github.com/fschaefer)", "Irakli Gozalishvili (http://jeditoolkit.com)", "Kit Cambridge (http://kitcambridge.github.com)", "Jordan Harband (https://github.com/ljharb/)" ], "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines", "keywords": [ "shim", "es5", "es5 shim", "javascript", "ecmascript", "polyfill" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "tests" ] }