mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-14 00:17:55 +01:00
35 lines
621 B
JSON
35 lines
621 B
JSON
{
|
|
"name": "core.js",
|
|
"main": "client/core.js",
|
|
"version": "0.9.18",
|
|
"description": "Standard Library",
|
|
"keywords": [
|
|
"ES6",
|
|
"ECMAScript 6",
|
|
"ES7",
|
|
"ECMAScript 7",
|
|
"Map",
|
|
"Set",
|
|
"WeakMap",
|
|
"WeakSet",
|
|
"Dict",
|
|
"Promise",
|
|
"Symbol",
|
|
"console"
|
|
],
|
|
"authors": [
|
|
"Denis Pushkarev <zloirock@zloirock.ru> (http://zloirock.ru/)"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/zloirock/core-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zloirock/core-js.git"
|
|
},
|
|
"ignore": [
|
|
"build",
|
|
"node_modules",
|
|
"tests"
|
|
]
|
|
}
|