{
  "name": "ngx-nvd3",
  "version": "1.0.9",
  "description": "Angular2+ module for NVD3 charts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "prepublish": "npm run compile",
    "pretest": "npm run compile",
    "test": "npm run test:lint && karma start karma.conf.js",
    "compile": "rm -rf dist && ngc",
    "test:lint": "tslint -c tslint.json 'src/ngx-nvd3/ngx-nvd3.*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com:mvandenbrink/ngx-nvd3.git"
  },
  "keywords": [
    "angular2",
    "ng2",
    "nvd3",
    "d3",
    "directive",
    "component",
    "module",
    "chart",
    "graph"
  ],
  "author": "Marcel van den Brink",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com:mvandenbrink/ngx-nvd3/issues"
  },
  "homepage": "https://github.com:mvandenbrink/ngx-nvd3#readme",
  "dependencies": {
    "@types/d3": "^3.5.35",
    "@types/nvd3": "^1.8.38",
    "d3": "^3.5.17",
    "nvd3": "^1.8.6"
  },
  "devDependencies": {
    "@angular/common": "^2.4.1",
    "@angular/compiler": "^2.4.1",
    "@angular/compiler-cli": "^2.4.10",
    "@angular/core": "^2.4.1",
    "@angular/platform-browser": "^2.4.1",
    "@angular/platform-browser-dynamic": "^2.4.1",
    "@types/jasmine": "^2.5.40",
    "core-js": "^2.4.1",
    "jasmine": "^2.5.2",
    "karma": "^0.12.37",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-webpack": "~1.6.0",
    "phantomjs-prebuilt": "^2.1.14",
    "reflect-metadata": "^0.1.9",
    "rxjs": "^5.0.2",
    "ts-loader": "^1.3.3",
    "tslint": "^4.2.0",
    "typescript": "^2.1.4",
    "webpack": "^1.14.0",
    "zone.js": "^0.7.4"
  },
  "main": "dist/ngx-nvd3/ngx-nvd3.module.js",
  "typings": "dist/ngx-nvd3/ngx-nvd3.module.d.ts"
}
