{
  "name": "object-storage-ovh",
  "version": "1.0.10",
  "description": "Simple library to use OVH Public Cloud Object Storage.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "doc": "rm -rf ./doc && node_modules/jsdoc/jsdoc.js -c jsdoc-config.json"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wecrea/node-ovh-objectstorage.git"
  },
  "keywords": [
    "ovh",
    "public",
    "cloud",
    "object",
    "storage",
    "pccs",
    "nodejs",
    "node",
    "openstack",
    "swift"
  ],
  "dependencies": {
    "lodash": "latest",
    "md5": "latest",
    "moment": "^2.25.3",
    "node-fetch": "^2.6.1",
    "request": "latest",
    "request-debug": "latest"
  },
  "author": "Wecrea",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wecrea/node-ovh-objectstorage/issues"
  },
  "homepage": "https://github.com/wecrea/node-ovh-objectstorage#readme",
  "devDependencies": {
    "braintree-jsdoc-template": "^3.3.0",
    "documentation": "^12.3.0",
    "foodoc": "0.0.9",
    "jsdoc": "^3.6.4"
  }
}
