Skip to content

Commit

Permalink
Added PHP composer file so plupload can be used in PHP dependency man…
Browse files Browse the repository at this point in the history
…ager
  • Loading branch information
patforg committed Apr 9, 2014
1 parent f0e4526 commit 4f28438
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
@@ -0,0 +1,11 @@
{
"name": "moxiecode/plupload",
"description": "Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.",
"type": "library",
"keywords": [
"plupload",
"file upload"
],
"homepage": "http://plupload.com",
"license": "GPL-2.0"
}

0 comments on commit 4f28438

Please sign in to comment.