Skip to content

Commit 548343e

Browse files
committed
Add composer.json
1 parent 3ddac4f commit 548343e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "silvestra/javascript-load-image",
3+
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
4+
"type": "component",
5+
"license": "MIT",
6+
"require": {
7+
"robloach/component-installer": "*"
8+
},
9+
"extra": {
10+
"component": {
11+
"scripts": [
12+
"js/load-image-exif-map.js",
13+
"js/load-image-exif.js",
14+
"js/load-image-ios.js",
15+
"js/load-image-meta.js",
16+
"js/load-image-orientation.js",
17+
"js/load-image.all.min.js",
18+
"js/load-image.js"
19+
]
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)