{
  "name": "@lumino/default-theme",
  "version": "2.1.16",
  "description": "Lumino Default Theme",
  "homepage": "https://github.com/jupyterlab/lumino",
  "bugs": {
    "url": "https://github.com/jupyterlab/lumino/issues"
  },
  "license": "BSD-3-Clause",
  "author": "Project Jupyter",
  "files": [
    "dist/*",
    "src/*",
    "types/*",
    "images/*.png",
    "style/*.css",
    "style/index.js"
  ],
  "style": "style/index.css",
  "styleModule": "style/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jupyterlab/lumino.git"
  },
  "dependencies": {
    "@lumino/dragdrop": "^2.1.9",
    "@lumino/widgets": "^2.9.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
