azure-table-node
Version:
Azure Table Storage client using JSON on the wire
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "azure-table-node",
"version": "1.5.0",
"description": "Azure Table Storage client using JSON on the wire",
"main": "index.js",
"scripts": {
"test": "cross-env CLOUD_STORAGE_ACCOUNT=\"TableEndpoint=https://dummy.table.core.windows.net/;AccountName=dummy;AccountKey=DWFdvtgaJ/4okdYJs1sAr1yyvrRe4dAuY5yPg+R+Wsl5wMiX6QOZ+6egJseLXK8YlDASx6eP0bfWV3rgZlgxYA==\" mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/gluwer/azure-table-node.git"
},
"keywords": [
"azure",
"storage",
"table",
"client"
],
"author": {
"name": "Gluwer Rafał Jońca",
"email": "rafal@gluwer.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gluwer/azure-table-node/issues"
},
"homepage": "https://github.com/gluwer/azure-table-node",
"directories": {
"test": "./test",
"lib": "./lib"
},
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {
"async": "^2.4.0",
"lodash": "^4.17.4",
"node-uuid": "~1.4.1",
"request": "^2.81.0"
},
"devDependencies": {
"chai": "^3.5.0",
"cross-env": "^5.0.0",
"mocha": "^3.4.1",
"nock": "^9.0.13"
}
}