{
  "name": "angular-chart",
  "description": "C3-based reusable chart directive",
  "main": "angular-chart.js",
  "scripts": {
    "test": "",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grafiddle/angular-chart.git"
  },
  "keywords": [
    "d3",
    "c3",
    "chart",
    "graph"
  ],
  "author": {
    "name": "Max Klenk"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "homepage": "https://grafiddle.github.io/angular-chart",
  "bugs": {
    "url": "https://github.com/grafiddle/angular-chart/issues"
  },
  "dependencies": {
    "angular": ">1.3.0",
    "c3": "~0.4.x"
  },
  "devDependencies": {
    "cz-conventional-changelog": "^1.1.5",
    "gulp": "^3.8.11",
    "gulp-angular-filesort": "^1.1.1",
    "gulp-concat": "^2.5.2",
    "gulp-jshint": "^2.0.0",
    "gulp-ng-annotate": "^2.0.0",
    "gulp-uglify": "^1.2.0",
    "jasmine-core": "^2.3.0",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.1.0",
    "karma": "^0.13.22",
    "karma-coverage": "^0.5.5",
    "karma-coveralls": "^1.1.2",
    "karma-firefox-launcher": "^0.1.4",
    "karma-jasmine": "^0.3.5",
    "karma-phantomjs-launcher": "^1.0.0",
    "phantomjs-prebuilt": "~2.1.4",
    "semantic-release": "^6.2.0"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "version": "0.5.0",
  "readme": "ERROR: No README data found!",
  "_id": "angular-chart@"
}