azurite
Version:
A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "azurite",
"version": "0.4.4",
"description": "A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=4.0"
},
"main": "lib/Azurite.js",
"bin": {
"azurite": "./bin/azurite"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/arafato/azurite.git"
},
"keywords": [
"azure",
"storage",
"blob",
"blobstore",
"emulator",
"microsoft"
],
"author": "Oliver Arafat",
"license": "MIT",
"bugs": {
"url": "https://github.com/arafato/azurite/issues"
},
"homepage": "https://github.com/arafato/azurite#readme",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"combined-stream": "^1.0.5",
"express": "^4.14.0",
"fs-extra": "^1.0.0",
"js2xmlparser": "^2.0.2",
"lokijs": "^1.4.1",
"md5": "^2.2.1",
"minimist": "^1.2.0",
"request": "^2.79.0",
"xml2js": "^0.4.17"
}
}