UNPKG

ng2-widgets

Version:

Angular Widgets includes a variety of components that you can easily use in your applications.

43 lines (42 loc) 1.15 kB
{ "name": "ng2-widgets", "version": "1.0.2", "description": "Angular Widgets includes a variety of components that you can easily use in your applications.", "author": "Mehmet Sert", "repository": { "type": "git", "url": "https://github.com/MehmetSert/ng2-widgets.git" }, "homepage": "https://github.com/MehmetSert/ng2-widgets", "keywords": [ "angular", "angular 2", "angular 2+", "angular 7", "angular 8", "angular widgets", "angular exchange rate", "angular currency rate", "angular weather widget", "angular todo list widget", "angular progress widget" ], "license": "MIT", "peerDependencies": { "@angular/common": "^8.2.4", "@angular/core": "^8.2.4" }, "main": "bundles/ng2-widgets.umd.js", "module": "fesm5/ng2-widgets.js", "es2015": "fesm2015/ng2-widgets.js", "esm5": "esm5/ng2-widgets.js", "esm2015": "esm2015/ng2-widgets.js", "fesm5": "fesm5/ng2-widgets.js", "fesm2015": "fesm2015/ng2-widgets.js", "typings": "ng2-widgets.d.ts", "metadata": "ng2-widgets.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }