You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
601 B
JSON

{
"name": "ngx-flowchart",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^9.0.7",
"@angular/core": "^9.0.7",
"jquery": "^3.4.1",
"typescript": "^3.7.5",
"tslib": "^1.10.0"
},
"main": "bundles/ngx-flowchart.umd.js",
"module": "fesm5/ngx-flowchart.js",
"es2015": "fesm2015/ngx-flowchart.js",
"esm5": "esm5/ngx-flowchart.js",
"esm2015": "esm2015/ngx-flowchart.js",
"fesm5": "fesm5/ngx-flowchart.js",
"fesm2015": "fesm2015/ngx-flowchart.js",
"typings": "ngx-flowchart.d.ts",
"metadata": "ngx-flowchart.metadata.json",
"sideEffects": false
}