@ecip/auth
Version:
38 lines (37 loc) • 738 B
JSON
{
"name": "@ecip/auth",
"version": "1.0.0-rc.5",
"author": "hgsoft<hgits.cn>",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"peerDependencies": {
"@ecip/service": "1.0.0-rc.5",
"@ecip/shared": "1.0.0-rc.5"
},
"homepage": "hgits.cn",
"keywords": [
"auth",
"component",
"ecip",
"hgsoft"
],
"sideEffects": false,
"main": "bundles/auth.umd.js",
"module": "fesm5/auth.js",
"es2015": "fesm2015/auth.js",
"esm5": "esm5/auth.js",
"esm2015": "esm2015/auth.js",
"fesm5": "fesm5/auth.js",
"fesm2015": "fesm2015/auth.js",
"typings": "auth.d.ts",
"metadata": "auth.metadata.json",
"dependencies": {
"tslib": "^1.9.0"
}
}