Add backload for multiple file upload
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "blueimp-canvas-to-blob",
|
||||
"version": "2.1.2",
|
||||
"title": "JavaScript Canvas to Blob",
|
||||
"description": "JavaScript Canvas to Blob is a function to convert canvas elements into Blob objects.",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"canvas",
|
||||
"blob",
|
||||
"convert",
|
||||
"conversion"
|
||||
],
|
||||
"homepage": "https://github.com/blueimp/JavaScript-Canvas-to-Blob",
|
||||
"author": {
|
||||
"name": "Sebastian Tschan",
|
||||
"url": "https://blueimp.net"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Sebastian Tschan",
|
||||
"url": "https://blueimp.net"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/blueimp/JavaScript-Canvas-to-Blob.git"
|
||||
},
|
||||
"bugs": "https://github.com/blueimp/JavaScript-Canvas-to-Blob/issues",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"main": "./js/canvas-to-blob.js",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-uglify": "~0.2.7",
|
||||
"grunt-contrib-jshint": "~0.7.1",
|
||||
"grunt-bump-build-git": "~1.0.0",
|
||||
"grunt-mocha": "~0.4.1",
|
||||
"expect.js": "0.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user