30 lines
594 B
JSON
30 lines
594 B
JSON
{
|
|
"name": "pan-zoom",
|
|
"version": "0.3.1",
|
|
"description": "Pan/zoom SVG images in the browser",
|
|
"browser": "index.js",
|
|
"files": [
|
|
"./src/modules"
|
|
],
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.miti.sh/ccm/pan-zoom"
|
|
},
|
|
"keywords": [
|
|
"SVG",
|
|
"pan",
|
|
"zoom"
|
|
],
|
|
"author": "Catalin Constantin Mititiuc <webdevcat@proton.me> (https://miti.sh)",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"esbuild": "^0.20.2",
|
|
"esbuild-server": "^0.3.0",
|
|
"jest": "^29.7.0",
|
|
"selenium-webdriver": "^4.29.0"
|
|
}
|
|
}
|