{
  "devDependencies": {
    "awesome-typescript-loader": "^5.2.1",
    "sass": "^1.26.5",
    "typescript": "^3.9.2",
    "typescript-formatter": "^7.2.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "files": [
    "dist",
    "src"
  ],
  "name": "loupe-js",
  "version": "2.0.0",
  "description": "A customizable, no-dependency image magnifier with touch events support written in TypeScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/nishanths/loupe-js",
  "author": "Nishanth Shanmugham",
  "license": "BSD-2-Clause",
  "private": false
}
