forked from blueimp/JavaScript-Load-Image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (33 loc) · 730 Bytes
/
bower.json
File metadata and controls
34 lines (33 loc) · 730 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": "javascript-load-image",
"description": "Load images using Javascript",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"homepage": "hhttps://github.com/blueimp/JavaScript-Load-Image",
"main": [
"js/load-image.all.min.js"
],
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"css",
"js/vendor",
"js/demo.js",
"js/load-image.js",
"js/load-image-exif.js",
"js/load-image-exif-map.js",
"js/load-image-meta.js",
"js/load-image-orientation.js",
"js/load-image.all.min.js.map",
"node_modules",
"test",
"index.html",
"package.json",
"README.md"
],
"license": "MIT"
}