Files
SCM-Manager/scm-ui/ui-polyfill/package.json
2020-02-14 13:40:39 +01:00

15 lines
392 B
JSON

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