Skip to content

Commit 2fa370b

Browse files
author
Michael Bui
committed
Add composer metadata
1 parent f905b15 commit 2fa370b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "itlized/javascript-load-image"
3+
, "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL."
4+
, "keywords": ["javascript-load-image"]
5+
, "homepage": "https://github.com/blueimp/JavaScript-Load-Image"
6+
, "authors": [
7+
{
8+
"name": "Michael Bui",
9+
"email": "michael@itlized.com"
10+
},
11+
{
12+
"name": "Sebastian Tschan",
13+
"email": "sebastian.tschan@gmail.com"
14+
}
15+
]
16+
, "support": {
17+
"issues": "https://github.com/ITLized/JavaScript-Load-Image/issues"
18+
}
19+
, "license": "Apache-2.0"
20+
}

0 commit comments

Comments
 (0)