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

20 lines
404 B
JSON
Raw Normal View History

2014-05-12 20:08:19 +02:00
{
"name": "es5-shim",
"repo": "es-shims/es5-shim",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
2016-05-16 13:33:49 +02:00
"version": "v4.5.1",
2014-05-12 20:08:19 +02:00
"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",
"main": "es5-shim.js",
"scripts": [
"es5-shim.js"
]
}