{
  "name": "@slynova/flydrive",
  "version": "0.3.1",
  "description": "Flexible and Fluent way to manage storage in Node.js.",
  "keywords": [
    "storage",
    "filesystem",
    "file",
    "aws",
    "s3",
    "ftp"
  ],
  "author": "Romain Lanz <romain.lanz@slynova.ch>",
  "contributors": [
    "Harminder Virk <virk@adonisjs.com>",
    "Xavier Stouder <xavier@stouder.io>"
  ],
  "license": "MIT",
  "main": "src/StorageManager.js",
  "scripts": {
    "lint": "eslint src",
    "pretest": "npm run lint",
    "posttest": "npm run coverage",
    "test:local": "FORCE_COLOR=true node bin/index.js --local",
    "test": "./node_modules/.bin/nyc npm run test:local",
    "test:win": "set FORCE_COLOR=true && node bin/index.js --win",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Slynova-Org/node-flydrive"
  },
  "bugs": {
    "url": "https://github.com/Slynova-Org/node-flydrive/issues"
  },
  "dependencies": {
    "create-output-stream": "0.0.1",
    "fs-extra": "^6.0.0",
    "node-exceptions": "^3.0.0",
    "resetable": "^1.0.2"
  },
  "devDependencies": {
    "@slynova/eslint-config": "^1.0.5",
    "aws-sdk": "^2.240.1",
    "coveralls": "^3.0.1",
    "dotenv": "^5.0.0",
    "eslint": "^4.19.1",
    "eslint-plugin-import": "^2.11.0",
    "japa": "^1.0.5",
    "japa-cli": "^1.0.1",
    "jsftp": "^2.1.3",
    "nyc": "^11.8.0",
    "semver": "^5.5.0"
  },
  "nyc": {
    "include": [
      "src"
    ]
  }
}
