@ciri/ngx-popup
Version:
An angular popup component that can customize animation.
31 lines (30 loc) • 846 B
JSON
{
"name": "@ciri/ngx-popup",
"description": "An angular popup component that can customize animation.",
"version": "0.1.5",
"license": "MIT",
"author": "xiaojun1994 <362896731@qq.com>",
"repository": "git@github.com:xiaojun1994/ngx-popup.git",
"keywords": [
"angular",
"ng",
"popup"
],
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14"
},
"main": "bundles/ciri-ngx-popup.umd.js",
"module": "fesm5/ciri-ngx-popup.js",
"es2015": "fesm2015/ciri-ngx-popup.js",
"esm5": "esm5/ciri-ngx-popup.js",
"esm2015": "esm2015/ciri-ngx-popup.js",
"fesm5": "fesm5/ciri-ngx-popup.js",
"fesm2015": "fesm2015/ciri-ngx-popup.js",
"typings": "ciri-ngx-popup.d.ts",
"metadata": "ciri-ngx-popup.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}