forked from es-shims/es5-shim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 1.06 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "es5-shim",
"version": "3.3.0",
"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 <[email protected]> (http://github.com/kriskowal/)",
"Sami Samhuri <[email protected]> (http://samhuri.net/)",
"Florian Schäfer <[email protected]> (http://github.com/fschaefer)",
"Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)",
"Kit Cambridge <[email protected]> (http://kitcambridge.github.com)",
"Jordan Harband <[email protected]> (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"
]
}