{
  "name": "openseadragon-filtering",
  "version": "1.0.0",
  "description": "OpenSeadragon plugin providing filtering capabilities to the images.",
  "main": "openseadragon-filtering.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/usnistgov/OpenSeadragonFiltering.git"
  },
  "keywords": [
    "openseadragon",
    "filtering",
    "image",
    "processing",
    "zoom",
    "seadragon",
    "deepzoom"
  ],
  "author": "Antoine Vandecreme",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/usnistgov/OpenSeadragonFiltering/issues"
  },
  "homepage": "https://github.com/usnistgov/OpenSeadragonFiltering#readme",
  "dependencies": {
    "openseadragon": ">=2.1"
  },
  "devDependencies": {
    "copy-webpack-plugin": "^5.0.0",
    "css-loader": "^0.23.1",
    "eslint": "^2.1.0",
    "eslint-config-defaults": "^9.0.0",
    "eslint-loader": "^1.3.0",
    "file-loader": "^3.0.1",
    "jquery": "^3.3.0",
    "style-loader": "^0.13.0",
    "webpack": "^4.29.5",
    "webpack-cli": "^3.2.3",
    "webpack-jquery-ui": "^2.0.1"
  },
  "scripts": {
    "build": "webpack",
    "watch": "webpack --watch",
    "clean": "rm -rf dist"
  }
}
