-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
37 lines (37 loc) · 1.09 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
32
33
34
35
36
37
{
"name": "poly",
"version": "0.6.1",
"description": "poly.js is the a collection of UMD modules that shim (aka \"polyfill\") old environments to support modern (aka \"ES5-ish\" and \"ES6-ish\") javascript. (Previous poly module can be found as poly.shell)",
"keywords": ["poly", "cujo", "es5", "es6", "shim", "array", "object", "string", "function", "xhr", "json"],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cujojs/poly"
},
"bugs": "https://github.com/cujojs/poly/issues",
"maintainers": [
{
"name": "John Hann",
"web": "http://unscriptable.com"
}
],
"collaborators": [
{
"name": "John Hann",
"web": "http://unscriptable.com"
},
{
"name": "Brian Cavalier",
"web": "http://hovercraftstudios.com"
}
],
"main": "./all",
"directories": {
"test": "test"
}
}