imago-azure-storage
Version:
An opinionated async wrapper for azure-storage for working with Azure Storage such as tables and queues.
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "imago-azure-storage",
"version": "2.4.3",
"description": "An opinionated async wrapper for azure-storage for working with Azure Storage such as tables and queues.",
"main": "index.js",
"scripts": {
"test": "node node_modules/eslint/bin/eslint . --ext .js --fix"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/imagoai/imago-azure-storage.git"
},
"keywords": [
"azure-storage",
"azure",
"imago",
"imago.ai",
"storage",
"async",
"blobs"
],
"author": "Imago <enquiry@imago.ai>",
"license": "ISC",
"homepage": "https://bitbucket.org/imagoai/imago-azure-storage#readme",
"dependencies": {
"azure-storage": "^2.10.2",
"memorystream": "^0.3.1",
"nodejs-base64": "^1.0.3"
},
"devDependencies": {
"ajv": "^6.5.4",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"ghooks": "^2.0.4",
"jest": "^23.6.0"
}
}