node-ovh-objectstorage
Version:
Simple library to use OVH Public Cloud Object Storage.
54 lines • 1.45 kB
JSON
{
"name": "node-ovh-objectstorage",
"version": "2.0.1",
"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/dimer47/node-ovh-objectstorage.git"
},
"keywords": [
"ovh",
"public",
"cloud",
"object",
"storage",
"pccs",
"nodejs",
"node",
"openstack",
"swift"
],
"dependencies": {
"lodash": "latest",
"md5": "latest",
"moment": "^2.25.3",
"request": "latest",
"request-debug": "latest"
},
"author": "IACHI Dimitri Fabien",
"license": "ISC",
"bugs": {
"url": "https://github.com/dimer47/node-ovh-objectstorage/issues"
},
"homepage": "https://github.com/dimer47/node-ovh-objectstorage#readme",
"devDependencies": {
"braintree-jsdoc-template": "^3.3.0",
"documentation": "^12.3.0",
"foodoc": "0.0.9",
"jsdoc": "^3.6.4"
},
"contributors": [
"IACHI Dimitri Fabien (https://github.com/dimer47)",
"gwenaelwalet (https://github.com/gwenaelwalet)",
"Gwenael <gwenael.walet@yahoo.Fr> (https://github.com/Relik77)",
"Jhonathan Espinosa <jhonathan2@gmail.com> (https://github.com/st4nn)"
]
}