@ecip/app
Version:
40 lines (39 loc) • 822 B
JSON
{
"name": "@ecip/app",
"version": "1.0.0-rc.3",
"author": "hgsoft <hgits.cn>",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"peerDependencies": {
"@ecip/service": "1.0.0-rc.3",
"@ecip/shared": "1.0.0-rc.3"
},
"homepage": "http://hgits.cn",
"keywords": [
"app",
"application",
"component",
"ecip",
"hgsoft"
],
"sideEffects": false,
"main": "bundles/app.umd.js",
"module": "fesm5/app.js",
"es2015": "fesm2015/app.js",
"esm5": "esm5/app.js",
"esm2015": "esm2015/app.js",
"fesm5": "fesm5/app.js",
"fesm2015": "fesm2015/app.js",
"typings": "app.d.ts",
"metadata": "app.metadata.json",
"dependencies": {
"tslib": "^1.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": ""
}