forked from anvaka/panzoom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 762 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 762 Bytes
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
30
31
32
33
{
"name": "panzoom",
"version": "7.1.1",
"description": "Extensible, mobile friendly pan and zoom framework (supports DOM and SVG).",
"main": "index.js",
"scripts": {
"test": "tap test/*.js",
"build": "browserify -s panzoom ./index.js > dist/panzoom.js && uglifyjs dist/panzoom.js > dist/panzoom.min.js"
},
"keywords": [
"dom",
"svg",
"pan",
"zoom"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/panzoom"
},
"dependencies": {
"amator": "^1.1.0",
"ngraph.events": "0.0.4",
"wheel": "0.0.5"
},
"devDependencies": {
"browserify": "^16.2.3",
"jsdom": "^11.12.0",
"tap": "^12.0.0",
"uglify-js": "^3.4.9"
}
}