{
  "name": "simple-uploaders",
  "version": "0.0.9",
  "license": "MIT",
  "description": "Uploader library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads",
  "keywords": [
    "simple-uploader",
    "simple-uploader.js",
    "uploader",
    "uploader.js",
    "resumable.js",
    "flow.js",
    "file upload",
    "resumable upload",
    "chunk upload",
    "html5 upload",
    "javascript upload",
    "upload"
  ],
  "main": "src/uploader.js",
  "scripts": {
    "dev": "gulp watch",
    "build": "gulp build",
    "codecov": "codecov",
    "test": "gulp",
    "test:unit": "gulp test",
    "test:cover": "gulp cover",
    "test:ci": "gulp ci",
    "release": "gulp release"
  },
  "devDependencies": {
    "browserify-versionify": "^1.0.6",
    "codecov": "^2.2.0",
    "eslint": "^4.2.0",
    "eslint-config-standard": "^6.1.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "gulp": "^3.9.1",
    "gulp-browserify": "^0.5.1",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^4.0.0",
    "gulp-git": "^2.4.1",
    "gulp-header": "^1.8.8",
    "gulp-sourcemaps": "^2.6.0",
    "gulp-tag-version": "^1.3.0",
    "gulp-uglify": "^3.0.0",
    "jasmine": "^2.6.0",
    "jasmine-core": "^2.6.4",
    "karma": "^1.7.0",
    "karma-chrome-launcher": "^2.1.1",
    "karma-commonjs": "^1.0.0",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sauce-launcher": "^1.1.0",
    "pump": "^1.0.2",
    "sinon": "1.7.3"
  },
  "directories": {
    "test": "test"
  },
  "author": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moiamoia/Uploader.git"
  },
  "bugs": {
    "url": "https://github.com/moiamoia/Uploader/issues"
  },
  "homepage": "https://github.com/moiamoia/Uploader#readme",
  "dependencies": {
    "spark-md5": "^3.0.0",
    "whatwg-fetch": "^3.0.0"
  }
}
