You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
498 B
28 lines
498 B
{
|
|
"name": "es6-shim",
|
|
"repo": "paulmillr/es6-shim",
|
|
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
|
|
"keywords": [
|
|
"ecmascript",
|
|
"harmony",
|
|
"es6",
|
|
"shim",
|
|
"promise",
|
|
"promises",
|
|
"setPrototypeOf",
|
|
"map",
|
|
"set",
|
|
"__proto__"
|
|
],
|
|
"main": "es6-shim.js",
|
|
"scripts": ["es6-shim.js"],
|
|
"dependencies": {},
|
|
"development": {},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"components",
|
|
"test"
|
|
]
|
|
}
|
|
|
|
|