From 82ba42586cc9427b8a118c30462fc66d92cffecd Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 Oct 2014 01:18:50 -0700 Subject: add blueimp-jquery-file-upload library --- library/blueimp_upload/package.json | 54 +++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 library/blueimp_upload/package.json (limited to 'library/blueimp_upload/package.json') diff --git a/library/blueimp_upload/package.json b/library/blueimp_upload/package.json new file mode 100644 index 000000000..880574aa7 --- /dev/null +++ b/library/blueimp_upload/package.json @@ -0,0 +1,54 @@ +{ + "name": "blueimp-file-upload", + "version": "9.8.0", + "title": "jQuery File Upload", + "description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.", + "keywords": [ + "jquery", + "file", + "upload", + "widget", + "multiple", + "selection", + "drag", + "drop", + "progress", + "preview", + "cross-domain", + "cross-site", + "chunk", + "resume", + "gae", + "go", + "python", + "php", + "bootstrap" + ], + "homepage": "https://github.com/blueimp/jQuery-File-Upload", + "author": { + "name": "Sebastian Tschan", + "url": "https://blueimp.net" + }, + "maintainers": [ + { + "name": "Sebastian Tschan", + "url": "https://blueimp.net" + } + ], + "repository": { + "type": "git", + "url": "git://github.com/blueimp/jQuery-File-Upload.git" + }, + "bugs": "https://github.com/blueimp/jQuery-File-Upload/issues", + "licenses": [ + { + "type": "MIT", + "url": "http://www.opensource.org/licenses/MIT" + } + ], + "devDependencies": { + "grunt": "~0.4.5", + "grunt-bump-build-git": "~1.1.1", + "grunt-contrib-jshint": "~0.10.0" + } +} -- cgit v1.2.3