forked from fat/zoom.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 672 Bytes
/
Copy pathbower.json
File metadata and controls
34 lines (34 loc) · 672 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
34
{
"name": "advanced-zoom",
"version": "1.2.0",
"description": "Zoom on img, picture and video source like Medium",
"main": [
"dist/asset/js/advanced-zoom.js",
"dist/asset/css/advanced-zoom.css"
],
"license": "MIT",
"keywords": [
"zoom",
"vanilla",
"media zoom",
"image",
"video",
"advanced-zoom",
"medium",
"medium zoom image",
"video zoom",
"picture"
],
"moduleType": [
"globals"
],
"homepage": "http://heavybeard.github.io/advanced-zoom/dist/",
"private": false,
"ignore": [
"node_modules",
"bower_components",
"dist/index.html",
"dist/asset/img",
"dist/asset/video"
]
}