forked from es-shims/es5-shim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.01 KB
/
package.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
{
"name": "es5-shim",
"version": "2.0.1",
"description": "ES5 as implementable on previous engines",
"homepage": "http://github.com/kriskowal/es5-shim/",
"contributors": [
"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)"
],
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/kriskowal/es5-shim/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/es5-shim/raw/master/LICENSE"
}
],
"main": "es5-shim.js",
"repository": {
"type": "git",
"url": "http://github.com/kriskowal/es5-shim.git"
},
"engines": {
"node": ">=0.2.0"
}
}