{
  "name": "a2d3",
  "version": "1.1.2",
  "description": "AngularJS chart directives and other integrations for D3.js",
  "authors": [
    "Chris Nicola <chris.nicola@wealthbar.com>"
  ],
  "homepage": "http://wealthbar.github.io/a2d3",
  "repository": {
    "type": "git",
    "url": "https://github.com/wealthbar/a2d3.git"
  },
  "bugs": {
    "url": "https://github.com/wealthbar/a2d3/issues"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "src/angularD3/"
  ],
  "scripts": {
    "clean": "rimraf node_modules && npm cache clean",
    "clean-install": "npm run clean && npm install",
    "clean-start": "npm run clean && npm start",
    "watch": "webpack --watch --progress --profile --colors --display-error-details --display-cached",
    "dist": "ngc -p tsconfig.build.json",
    "docs": "rimraf docs/* && webpack",
    "test": "karma start",
    "e2e": "protractor",
    "ci": "npm run e2e && npm run test",
    "start": "webpack-dev-server",
    "prepublish": "npm run dist"
  },
  "dependencies": {
  },
  "peerDependencies": {
    "@angular/core": "^4.0.0",
    "d3": "^3.5.16",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "@angular/animations": "^4.0.0",
    "@angular/cli": "^1.0.0",
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@angular/compiler-cli": "^4.0.0",
    "@angular/core": "^4.0.0",
    "@angular/forms": "^4.0.0",
    "@angular/http": "^4.0.0",
    "@angular/platform-browser": "^4.0.0",
    "@angular/platform-browser-dynamic": "^4.0.0",
    "@angular/platform-server": "^4.0.0",
    "@angular/router": "^4.0.0",
    "@types/d3": "0.0.33",
    "@types/d3-array": "0.0.3",
    "@types/d3-scale": "0.0.3",
    "@types/jasmine": "^2.2.33",
    "@types/requirejs": "^2.1.26",
    "awesome-typescript-loader": "^3.1.2",
    "bootstrap-loader": "2.0.0-beta.16",
    "bootstrap-sass": "^3.3.6",
    "browserify": "^14.1.0",
    "core-js": "^2.4.1",
    "css-loader": "^0.23.1",
    "d3": "^3.5.16",
    "es6-promise": "^4.1.0",
    "es6-shim": "^0.35.3",
    "exports-loader": "^0.6.2",
    "expose-loader": "^0.7.1",
    "extract-text-webpack-plugin": "^2.0.0-beta",
    "file-loader": "^0.8.4",
    "html-webpack-plugin": "^2.22.0",
    "imports-loader": "^0.6.4",
    "jquery": "^3.0.0",
    "json-loader": "^0.5.3",
    "karma": "^1.5.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.3",
    "karma-webpack-preprocessor": "^1.0.1",
    "node-sass": "^3.4.2",
    "phantomjs": "^1.9.20",
    "phantomjs-polyfill": "0.0.1",
    "protractor": "^3.0.0",
    "raw-loader": "0.5.1",
    "reflect-metadata": "0.1.2",
    "resolve-url-loader": "^1.4.3",
    "rimraf": "^2.6.1",
    "rxjs": "^5.1.0",
    "sass-loader": "3.2.1",
    "script-loader": "^0.6.1",
    "style-loader": "^0.13.0",
    "symbol-observable": "^1.0.2",
    "ts-loader": "^0.9.0",
    "tslint": "^3.15.1",
    "tslint-loader": "^2.1.5",
    "typedoc": "^0.4.4",
    "typescript": "^2.0.2",
    "url-loader": "^0.5.6",
    "watchify": "^3.9.0",
    "web-animations-js": "^2.2.2",
    "webpack": "^2.2.1",
    "webpack-dev-middleware": "^1.10.1",
    "webpack-dev-server": "^2.4.2",
    "webpack-merge": "^4.1.0",
    "zone.js": "^0.8.4"
  }
}
