Skip to content

Commit dd244fd

Browse files
committed
updated package.json
1 parent e368706 commit dd244fd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "blueimp-file-upload",
2+
"name": "@soxhub/blueimp-file-upload",
33
"version": "9.22.1",
44
"title": "jQuery File Upload",
55
"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.",
@@ -24,14 +24,11 @@
2424
"php",
2525
"bootstrap"
2626
],
27-
"homepage": "https://github.com/blueimp/jQuery-File-Upload",
28-
"author": {
29-
"name": "Sebastian Tschan",
30-
"url": "https://blueimp.net"
31-
},
27+
"homepage": "https://github.com/soxhub/jQuery-File-Upload",
28+
"author": "Sebastian Tschan; AuditBoard, Inc.",
3229
"repository": {
3330
"type": "git",
34-
"url": "git://github.com/blueimp/jQuery-File-Upload.git"
31+
"url": "git://github.com/soxhub/jQuery-File-Upload.git"
3532
},
3633
"license": "MIT",
3734
"optionalDependencies": {
@@ -52,4 +49,4 @@
5249
"postversion": "git push --tags origin master && npm publish"
5350
},
5451
"main": "js/jquery.fileupload.js"
55-
}
52+
}

0 commit comments

Comments
 (0)