diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e12aca6 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "flowjs/flowjs", + "type": "library", + "description": "A JavaScript library providing multiple file uploads via the HTML5 File API.", + "keywords": [ + "upload", + "js" + ], + "homepage": "https://github.com/flowjs/flow.js", + "license": "MIT" +}