UNPKG

angular-froalacharts

Version:

Simple and lightweight official Angular component for FroalaCharts. `angular-froalacharts` enables you to add JavaScript charts in your Angular application without any hassle.

56 lines (55 loc) 1.26 kB
{ "name": "angular-froalacharts", "version": "3.0.3", "repository": { "type": "git", "url": "https://github.com/froala/angular-froalacharts" }, "author": { "name": "FusionCharts, Inc.", "email": "support@froala.com" }, "contributors": [ { "name": "Rohit Kumar", "email": "rohit.kr001@gmail.com", "url": "https://github.com/rohitkr" }, { "name": "Rousan Ali", "email": "rousanali786@gmail.com", "url": "https://github.com/ariyankhan" }, { "name": "Ashok Mandal", "email": "askipop@gmail.com", "url": "https://github.com/ashok1994" }, { "name": "Rohan Dey", "email": "rohanoid5@gmail.com", "url": "https://github.com/rohanoid5" } ], "keywords": ["angular", "angular2", "angular 2", "FroalaCharts"], "license": "MIT", "bugs": { "url": "https://froala.com/contact/" }, "main": "dist/index.js", "module": "index.js", "typings": "index.d.ts", "dependencies": { "@types/fusioncharts": "^3.11.0" }, "devDependencies": {}, "peerDependencies": { "@angular/core": "^4.0.0", "reflect-metadata": "^0.1.8", "rxjs": "^5.0.1", "zone.js": "^0.8.16" }, "engines": { "node": ">=4.4.1" } }