@flowjs/fusty-flow.js
Version:
Flow.js html5 file upload support for older browsers based on iframe upload.
30 lines (29 loc) • 698 B
JSON
{
"name": "@flowjs/fusty-flow.js",
"version": "1.2.0",
"description": "Flow.js html5 file upload support for older browsers based on iframe upload.",
"main": "src/fusty-flow-factory.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/flowjs/fusty-flow.js.git"
},
"keywords": [
"flow",
"flow.js",
"resumable",
"resumable.js",
"uploader",
"file upload"
],
"author": "Aidas Klimas",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-concat": "~0.5.1"
}
}