azure-table-storage-async
Version:
Azure table storage API's that return promises to support async/await syntax
22 lines (21 loc) • 447 B
JSON
{
"name": "azure-table-storage-async",
"version": "1.3.0",
"description": "Azure table storage API's that return promises to support async/await syntax",
"license": "MIT",
"repository": "halioris/azure-table-storage-async",
"main": "app.js",
"keywords": [
"azure",
"table",
"storage",
"promise",
"async"
],
"author": {
"name": "Chris Halioris"
},
"dependencies": {
"azure-storage": "^2.8.1"
}
}