diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b51b68a --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "itlized/javascript-load-image" + , "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL." + , "keywords": ["javascript-load-image"] + , "homepage": "https://github.com/blueimp/JavaScript-Load-Image" + , "authors": [ + { + "name": "Michael Bui", + "email": "michael@itlized.com" + }, + { + "name": "Sebastian Tschan", + "email": "sebastian.tschan@gmail.com" + } +] + , "support": { + "issues": "https://github.com/ITLized/JavaScript-Load-Image/issues" +} + , "license": "Apache-2.0" +} \ No newline at end of file