Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
blob: 670ddbdb21a72ad960ce61a7e7d26760f98fb21c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "pan-zoom",
  "version": "0.3.0",
  "description": "Pan/zoom SVG images in the browser",
  "browser": "index.js",
  "files": [
    "./src/modules"
  ],
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git://git.webdevcat.me/pan-zoom.git"
  },
  "keywords": [
    "SVG",
    "pan",
    "zoom"
  ],
  "author": "Catalin Mititiuc <webdevcat@proton.me> (https://webdevcat.me)",
  "license": "ISC",
  "devDependencies": {
    "esbuild": "^0.20.2",
    "esbuild-server": "^0.3.0",
    "jest": "^29.7.0",
    "selenium-webdriver": "^4.29.0"
  }
}