{
  "name": "xhr-file",
  "description": "Upload/Download files using XMLHttpRequest.",
  "version": "0.8.4",
  "main": "lib/index.js",
  "jsnext:main": "src/index.js",
  "author": "Olivier Louvignes <olivier@mgcrea.io>",
  "repository": "github:mgcrea/js-xhr-file",
  "license": "MIT",
  "scripts": {
    "start": "npm run test:watch",
    "test": "NODE_ENV=test jest --runInBand",
    "test:watch": "npm run test -- --watch",
    "test:coverage": "npm run test -- --coverage",
    "lint": "NODE_ENV=test eslint src/",
    "compile": "rimraf lib/*; NODE_ENV=production babel src/ -d lib/ -s",
    "compile:watch": "npm run compile -- -w",
    "prepublish": "npm run compile"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "codacy-coverage": "^3.3.0",
    "debug-utils": "^0.4.3",
    "eslint": "^5.11.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^3.3.0",
    "eslint-plugin-import": "^2.14.0",
    "expect": "^23.6.0",
    "jest": "^23.6.0",
    "rimraf": "^2.6.2",
    "sinon": "^7.2.2"
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/test/setup/index.js"
    ]
  },
  "keywords": [
    "upload",
    "download",
    "file",
    "http",
    "xhr"
  ]
}
