{
  "name": "d3-funnel-graph",
  "version": "1.1.3",
  "description": "SVG Funnel Graph Javascript Library",
  "main": "dist/js/funnel-graph.min.js",
  "style": "dist/funnel-graph.min.css",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "gulp",
    "build": "gulp build",
    "test": "nyc mocha --compilers js:babel-core/register"
  },
  "author": "Arik Lewin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lastboy/funnel-graph-js.git"
  },
  "bugs": {
    "url": "https://github.com/lastboy/funnel-graph-js/issues"
  },
  "homepage": "https://github.com/lastboy/funnel-graph-js/#readme",
  "changelog": "https://github.com/lastboy/funnel-graph-js/blob/master/CHANGELOG.md",
  "keywords": [
    "d3",
    "funnel",
    "chart",
    "graph",
    "funnel-chart",
    "funnel-graph",
    "svg-funnel-chart",
    "svg-funnel-graph",
    "d3-funnel-graph"
  ],
  "browserslist": [
    "last 2 versions"
  ],
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/register": "^7.8.3",
    "autoprefixer": "^9.7.4",
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.2.0",
    "babelify": "^10.0.0",
    "browser-sync": "^2.26.7",
    "browserify": "^16.5.0",
    "chai": "^4.2.0",
    "cssnano": "^4.1.10",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-prettier": "^3.1.2",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-eslint": "^5.0.0",
    "gulp-postcss": "^8.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^4.0.2",
    "gulp-sass-lint": "^1.4.0",
    "gulp-streamify": "^1.0.2",
    "gulp-terser": "^2.1.0",
    "gulp-uglify": "^3.0.2",
    "gulp-util": "^3.0.8",
    "mocha": "^5.2.0",
    "nyc": "^13.3.0",
    "vinyl-source-stream": "^2.0.0"
  },
  "resolutions": {
    "node-sass": "8.0.0"
  },
  "dependencies": {
    "d3": "^7.9.0",
    "d3-interpolate": "^3.0.1",
    "d3-selection": "^3.0.0",
    "d3-transition": "^3.0.1",
    "lodash.debounce": "^4.0.8",
    "nanoid": "3.1.30"
  }
}
