Version 1
[yaffs-website] / vendor / enyo / dropzone / composer.json
diff --git a/vendor/enyo/dropzone/composer.json b/vendor/enyo/dropzone/composer.json
new file mode 100644 (file)
index 0000000..6be6387
--- /dev/null
@@ -0,0 +1,18 @@
+{
+       "name": "enyo/dropzone",
+       "description": "Handles drag and drop of files for you.",
+       "homepage": "http://www.dropzonejs.com",
+       "keywords": [
+               "dragndrop",
+               "drag and drop",
+               "file upload",
+               "upload"
+       ],
+       "authors": [{
+               "name": "Matias Meno",
+               "email": "m@tias.me",
+               "homepage": "http://www.matiasmeno.com"
+       }],
+       "license": "MIT",
+       "minimum-stability": "dev"
+}