forked from rombdn/img-touch-canvas
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
35 lines (35 loc) · 782 Bytes
/
package.json
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
34
35
{
"name": "pinch-zoom-canvas",
"version": "1.0.4",
"description": "Pinch zoom to images based on canvas",
"main": "pinch-zoom-canvas.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vash15/pinch-zoom-canvas.git"
},
"keywords": [
"pinch",
"zoom",
"canvas",
"image",
"html5",
"js",
"vanilla",
"code"
],
"author": "Michele Belluco",
"contributors": [
"Matteo Baggio"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vash15/pinch-zoom-canvas/issues"
},
"homepage": "https://github.com/vash15/pinch-zoom-canvas#readme",
"dependencies": {
"impetus": "https://github.com/SonoIo/impetus.git#master"
}
}