ffffng/app/bower_components/es5-shim/.bower.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2014-05-12 20:08:19 +02:00
{
"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 <kris@cixar.com> (http://github.com/kriskowal/)",
"Sami Samhuri <sami.samhuri@gmail.com> (http://samhuri.net/)",
"Florian Schäfer <florian.schaefer@gmail.com> (http://github.com/fschaefer)",
"Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"Kit Cambridge <kitcambridge@gmail.com> (http://kitcambridge.github.com)",
"Jordan Harband <ljharb@gmail.com> (https://github.com/ljharb/)"
],
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
"keywords": [
"shim",
"es5",
2016-05-16 13:33:49 +02:00
"es5 shim",
2014-05-12 20:08:19 +02:00
"javascript",
"ecmascript",
"polyfill"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
2016-05-16 13:33:49 +02:00
"version": "4.5.8",
"_release": "4.5.8",
2014-05-12 20:08:19 +02:00
"_resolution": {
"type": "version",
2016-05-16 13:33:49 +02:00
"tag": "v4.5.8",
"commit": "0472d5096990f512875e98338ca6218d2ce5836f"
2014-05-12 20:08:19 +02:00
},
2016-05-16 13:33:49 +02:00
"_source": "https://github.com/es-shims/es5-shim.git",
2016-06-11 17:57:30 +02:00
"_target": "4.5.8",
2014-05-12 20:08:19 +02:00
"_originalSource": "es5-shim"
}