DeepSilence/ResponsiveGauge

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "responsive-gauge",
  "version": "0.9.1",
  "description": "JS lib to create responsive gauges, based on D3 and SVG",
  "main": "dist/ResponsiveGauge.min.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "d3": "^3.5.16",
    "numbro": "^1.7.1"
  },
  "devDependencies": {
    "gulp-cssmin": "^0.1.7",
    "gulp-jest": "^0.4.0",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-strip-code": "^0.1.4",
    "gulp-uglify": "^1.5.3",
    "jest": "^0.1.40",
    "mathjs": "^3.2.0",
    "replace": "^0.3.0"
  },
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DeepSilence/ResponsiveGauge.git"
  },
  "keywords": [
    "responsive",
    "gauge",
    "d3",
    "SVG"
  ],
  "author": "Mikaƫl Restoux",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DeepSilence/ResponsiveGauge/issues"
  },
  "homepage": "https://github.com/DeepSilence/ResponsiveGauge#readme"
}