dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/promise-polyfill/bower.json
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

29 lines
516 B
JSON

{
"name": "promise-polyfill",
"version": "6.1.0",
"homepage": "https://github.com/taylorhakes/promise-polyfill",
"authors": [
"Taylor Hakes"
],
"description": "Lightweight promise polyfill for the browser and node. A+ Compliant.",
"main": "promise.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"promise",
"es6",
"polyfill",
"html5"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}