{
  "name": "@nebula.js/sn-bullet-chart",
  "version": "2.2.0",
  "description": "Visualize measures or measure values as bars with multiple axes and user-defined ranges. The ranges provide context to the bars which makes them easier to interpret.",
  "author": "QlikTech International AB",
  "license": "MIT",
  "keywords": [
    "qlik",
    "nebula",
    "supernova",
    "bullet-chart"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qlik-oss/nebula.js.git"
  },
  "files": [
    "dist",
    "core",
    "api-specifications",
    "sn-bullet-chart-ext"
  ],
  "main": "dist/sn-bullet-chart.js",
  "peerDependencies": {
    "@nebula.js/stardust": ">=1.7.0"
  }
}