Files
SCM-Manager/scm-ui/ui-polyfill/package.json
2021-06-09 15:32:47 +00:00

15 lines
384 B
JSON

{
"name": "@scm-manager/ui-polyfill",
"version": "2.19.2-SNAPSHOT",
"description": "Polyfills for SCM-Manager UI",
"main": "src/index.js",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"license": "MIT",
"private": true,
"prettier": "@scm-manager/prettier-config",
"dependencies": {
"@babel/polyfill": "^7.6.0",
"whatwg-fetch": "^3.0.0"
}
}