{
  "name": "ngRadialGauge",
  "version": "1.0.0",
  "description": "AngularJS Radial Gauge",
  "main": "./src/ng-radial-gauge-dir.js",
  "keywords": [
    "AngularJS",
    "Radial",
    "Gauge",
    "d3"
  ],
  "authors": [
    "Stephane Therrien"
  ],
  "license": "MIT",
  "homepage": "https://github.com/stherrienaspnet/ngRadialGauge",
  "ignore": [
     ".jshintrc",
     "**/*.txt",
     "node_modules",
     "bower_components",
     "test"
  ],
  "dependencies": {
     "d3": "~3.4.0",
     "angular": "~1.3.0"
  }
}
