ngx-tags-input
Version:
To install this library, run:
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "ngx-tags-input",
"version": "2.0.1",
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0",
"@angular/forms": "^7.2.0",
"ngx-bootstrap": "^4.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sonaryr/ngx-tags-input"
},
"bugs": {
"url": "https://github.com/Sonaryr/ngx-tags-input/issues"
},
"author": {
"name": "Maarten Schroeven",
"email": "maarten@sonaryr.be"
},
"keywords": [
"angular",
"angular7",
"ngx",
"bootstrap",
"bootstrap3",
"bootstrap4",
"tags",
"input",
"tags-input"
],
"main": "bundles/ngx-tags-input.umd.js",
"module": "fesm5/ngx-tags-input.js",
"es2015": "fesm2015/ngx-tags-input.js",
"esm5": "esm5/ngx-tags-input.js",
"esm2015": "esm2015/ngx-tags-input.js",
"fesm5": "fesm5/ngx-tags-input.js",
"fesm2015": "fesm2015/ngx-tags-input.js",
"typings": "ngx-tags-input.d.ts",
"metadata": "ngx-tags-input.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}