{
  "name": "@nebula.js/sn-funnel-chart",
  "version": "1.13.0",
  "description": "A sequential chart visualizing a linear process with connected stages, for example a sales process with potential revenue at each stage.",
  "author": "QlikTech International AB",
  "license": "MIT",
  "keywords": [
    "qlik",
    "nebula",
    "supernova",
    "funnel"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qlik-oss/nebula.js.git"
  },
  "files": [
    "api-specifications",
    "assets",
    "dist",
    "core",
    "sn-funnel-chart-ext"
  ],
  "main": "dist/sn-funnel-chart.js",
  "peerDependencies": {
    "@nebula.js/stardust": ">=1.2.0"
  }
}