{
  "name": "igv",
  "version": "2.2.16",
  "description": "Embeddable genomic visualization component based on the Integrative Genomics Viewer",
  "main": "dist/igv.esm.js",
  "files": [
    "dist/**",
    "examples/**"
  ],
  "scripts": {
    "build": "grunt",
    "test": "grunt test",
    "grunt": "node node_modules/grunt/bin/grunt",
    "prepack": "node_modules/grunt/bin/grunt",
    "http-server": "node_modules/http-server/bin/http-server ."
  },
  "author": {
    "name": "Jim Robinson"
  },
  "contributors": [
    {
      "name": "Douglass Turner"
    }
  ],
  "bugs": {
    "url": "https://github.com/igvteam/igv.js/issues"
  },
  "deprecated": false,
  "homepage": "https://igv.org",
  "keywords": [
    "IGV",
    "genomics",
    "visualization"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/igvteam/igv.js.git"
  },
  "browserslist": "> 1%, not dead",
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "babel-polyfill": "^6.26.0",
    "eslint": "^6.1.0",
    "grunt": "^1.0.4",
    "grunt-babel": "^8.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify-es": "^3.3.0",
    "grunt-qunit-puppeteer": "^1.0.13",
    "grunt-webpack": "^3.1.3",
    "http-server": "^0.11.1",
    "sass": "^1.22.9",
    "shelljs": "^0.8.3",
    "webpack": "^4.34.0",
    "webpack-cli": "^3.3.6"
  },
  "dependencies": {}
}
