28 lines
525 B
JSON
28 lines
525 B
JSON
{
|
|
"name": "pan-zoom",
|
|
"version": "0.3.0",
|
|
"description": "Pan/zoom SVG images in the browser",
|
|
"browser": "index.js",
|
|
"files": [
|
|
"./src/modules"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.webdevcat.me/pan-zoom.git"
|
|
},
|
|
"keywords": [
|
|
"SVG",
|
|
"pan",
|
|
"zoom"
|
|
],
|
|
"author": "Catalin Mititiuc",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"esbuild": "^0.20.2",
|
|
"esbuild-server": "^0.3.0"
|
|
}
|
|
}
|