{
  "name": "node-red-contrib-storage-s3",
  "version": "0.0.4",
  "description": "implementation of the node-red storage API for AWS-S3",
  "main": "s3storage.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "storage",
    "AWS",
    "S3"
  ],
  "dependencies": {
    "aws-sdk": "2.4.x",
    "when": "3.7.x"
  },
  "author": {
    "name": "Kieran Dolan",
    "email": "DOLANKIE@uk.ibm.com"
  },
  "license": "Apache-2.0"
}
