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.
27 lines
681 B
JSON
27 lines
681 B
JSON
{
|
|
"name": "ngx-flowchart",
|
|
"version": "0.0.1",
|
|
"peerDependencies": {
|
|
"@angular/common": "^8.0.3",
|
|
"@angular/core": "^8.0.3",
|
|
"jquery": "^3.4.1",
|
|
"typescript": "^3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.3.31"
|
|
},
|
|
"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,
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
}
|
|
}
|