{
  "name": "angular-csv-ext",
  "version": "1.0.5",
  "description": "Helper library for create CSV file in Angular",
  "repository": {
    "type": "git",
    "url": "https://github.com/alhazmy13/angular-csv-ext.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": [
    "angular",
    "export-to-csv",
    "export-to-excel",
    "csv",
    "excel",
    "libreoffice",
    "openoffice"
  ],
  "author": "Abdullah Alhazmy",
  "email": "me@alhazmy13.net",
  "contributors": [
    {
      "name": "Davor Peic - Krushka Design",
      "email": "info@krushka.mx"
    },
    {
      "name": "rob-moore",
      "account": "https://github.com/rob-moore"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alhazmy13/angular-csv-ext/issues"
  },
  "main": "./dist/Angular-csv.js",
  "typings": "/dist/Angular-csv.d.ts",
  "homepage": "https://github.com/alhazmy13/angular-csv-ext#readme",
  "devDependencies": {
    "@angular/common": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/http": "^5.0.0",
    "@angular/platform-browser": "^5.0.0",
    "@types/jasmine": "^2.8.6",
    "@types/js-base64": "^2.1.3",
    "awesome-typescript-loader": "^3.1.2",
    "core-js": "^2.3.0",
    "es6-shim": "^0.35.3",
    "jasmine-core": "^2.99.1",
    "karma": "^4.2.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^1.0.1",
    "karma-jasmine": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-typescript": "^4.1.1",
    "karma-webpack": "^4.0.2",
    "phantomjs-prebuilt": "^2.1.7",
    "reflect-metadata": "^0.1.10",
    "rxjs": "^5.0.0",
    "typescript": "^2.4.2",
    "webpack": "^3.4.1",
    "zone.js": "~0.7.2||~0.8.5"
  }
}
