forked from bmcmahen/image-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
38 lines (38 loc) · 894 Bytes
/
component.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
36
37
38
{
"name": "image-zoom",
"repo": "bmcmahen/image-zoom",
"description": "zoom a thumbnail to its full size",
"version": "0.0.1",
"keywords": [
"thumbnail",
"image",
"gallery"
],
"dependencies": {
"component/classes": "*",
"component/emitter": "*",
"component/transform-property": "*",
"ianstormtaylor/redraw": "*",
"component/events": "*",
"anthonyshort/after-transition": "*",
"bmcmahen/scale-to-bounds": "*",
"bmcmahen/viewport": "*",
"component/has-translate3d": "*",
"bmcmahen/overlay": "*",
"component/delegate": "*",
"javve/get-attribute": "*",
"bmcmahen/target": "*",
"yields/prevent": "*"
},
"development": {},
"license": "MIT",
"demo": "http://benmcmahen.com/image-zoom/index.html",
"main": "index.js",
"scripts": [
"index.js"
],
"styles": [
"image-zoom.css"
],
"remotes": []
}