UNPKG

angular7-csv

Version:

Helper library for create CSV file in Angular 7

70 lines 2.1 kB
{ "name": "angular7-csv", "version": "0.2.12", "description": "Helper library for create CSV file in Angular 7", "repository": { "type": "git", "url": "https://github.com/rayyen/angular-csv.git" }, "scripts": { "dev": "tsc --watch", "test-watch": "karma start", "test": "karma start --single-run", "run": "ts-node ./AngularCsv.ts", "prepublishOnly": "tsc -p ./ --outDir dist/" }, "keywords": [ "angular7", "angular-7", "export-to-csv", "export-to-excel", "csv", "excel", "libreoffice", "openoffice" ], "author": "Ray Yen", "email": "yen.mrkid@gmailcom", "contributors": [{ "name": "Davor Peic - Krushka Design", "email": "info@krushka.mx" }], "license": "MIT", "bugs": { "url": "https://github.com/rayyen/angular-csv/issues" }, "main": "./dist/Angular-csv.js", "typings": "/dist/Angular-csv.d.ts", "homepage": "https://github.com/rayyen/angular-csv#readme", "devDependencies": { "@angular/common": "^7.0.2", "@angular/core": "^7.0.2", "@angular/http": "^7.0.2", "@angular/platform-browser": "^7.0.2", "@types/jasmine": "^2.8.11", "@types/js-base64": "^2.1.3", "awesome-typescript-loader": "^5.2.1", "core-js": "^2.5.7", "es6-shim": "^0.35.4", "jasmine-core": "^3.3.0", "karma": "^3.1.1", "karma-chrome-launcher": "^2.2.0", "karma-cli": "^1.0.1", "karma-jasmine": "^1.1.2", "karma-phantomjs-launcher": "^1.0.4", "karma-sourcemap-loader": "^0.3.7", "karma-typescript": "^3.0.13", "karma-webpack": "^3.0.5", "phantomjs-prebuilt": "^2.1.7", "reflect-metadata": "^0.1.12", "rxjs": "^6.3.3", "typescript": "^3.1.6", "webpack": "^4.25.1", "zone.js": "^0.8.26" }, "peerDependencies": {}, "dependencies": { "@angular/cli": "^7.0.4", "rxjs-compat": "^6.0.0-rc.0" } }