UNPKG

runu

Version:
49 lines (48 loc) 1.23 kB
{ "name": "@flowjs/flow.js", "version": "2.11.2", "description": "Flow.js library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads.", "main": "src/flow.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git://github.com/flowjs/flow.js.git" }, "keywords": [ "flow.js", "flow", "resumable.js", "file upload", "resumable upload", "chunk upload", "html5 upload", "javascript upload", "upload" ], "author": "Aidas Klimas", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/flowjs/flow.js/issues" }, "devDependencies": { "grunt": "0.4.5", "grunt-bump": "0.7.0", "grunt-contrib-clean": "1.0.0", "grunt-contrib-concat": "1.0.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-uglify": "1.0.0", "grunt-karma": "0.12.1", "grunt-template": "0.2.3", "jasmine-core": "^2.4.1", "karma": "0.13", "karma-chrome-launcher": "^1.0.1", "karma-coverage": "0.5.5", "karma-firefox-launcher": "0.1.7", "karma-jasmine": "0.3", "karma-sauce-launcher": "0.3.1", "sinon": "1.7.3" } }