{
  "name": "node-red-contrib-azure-blob-storage-aleph",
  "description": "Connector to Azure Blob Storage on Node-Red",
  "version": "0.5.0",
  "dependencies": {
    "@azure/storage-blob": "12.11.0"
  },
  "keywords": [
    "node-red",
    "Azure",
    "Azure Storage",
    "Storage",
    "Blob Storage",
    "Blob"
  ],
  "scripts": {
    "test": "mocha \"test/**/*_spec.js\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/javis86/node-red-contrib-azure-blob-storage-aleph"
  },
  "author": {
    "name": "Javier Colombera",
    "email": "jcolombera@gmail.com",
    "url": "https://github.com/javis86"
  },
  "devDependencies": {
    "mocha": "^9.1.3",
    "node-red": "^2.1.4",
    "node-red-node-test-helper": "^0.2.7",
    "should": "^13.2.3",
    "should-sinon": "^0.0.6",
    "sinon": "^9.2.4"
  },
  "node-red": {
    "nodes": {
      "azure": "azureblobstorage.js"
    }
  }
}
