{
  "name": "angular2-google-chart",
  "version": "2.3.0",
  "description": "google chart directive for angular2",
  "main": "index.js",
  "dependencies": {
    "@angular/common": "4.1.3",
    "@angular/compiler": "4.1.3",
    "@angular/core": "4.1.3",
    "@angular/platform-browser": "4.1.3 ",
    "@angular/platform-browser-dynamic": "4.1.3",
    "@angular/upgrade": "4.1.3",
    "core-js": "^2.4.1",
    "reflect-metadata": "^0.1.3",
    "rxjs": "^5.0.1",
    "systemjs": "0.19.27",
    "typescript": "2.2.2",
    "zone.js": "0.8.4"
  },
  "scripts": {
    "start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "lite": "lite-server",
    "typings": "typings",
    "prepublish": "typings install"
  },
  "devDependencies": {
    "concurrently": "^2.0.0",
    "lite-server": "^2.2.0",
    "typings": "1.3.3"
  },
  "license": "MIT",
  "author": "Vimala A",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vimalavinisha/angular2-google-chart.git"
  },
  "keywords": [
    "google-chart",
    "angular2-google-chart",
    "chart"
  ],
  "bugs": {
    "url": "https://github.com/vimalavinisha/angular2-google-chart/issues"
  },
  "homepage": "https://github.com/vimalavinisha/angular2-google-chart#readme"
}
