UNPKG

@filesrocket/amazons3

Version:

Filerocket service to manage files from Amazon S3

48 lines (47 loc) 1.04 kB
{ "name": "@filesrocket/amazons3", "version": "1.2.2", "description": "Filerocket service to manage files from Amazon S3", "main": "lib/index.js", "types": "lib", "author": { "name": "Ivan Zaldivar", "url": "https://github.com/thebug404" }, "repository": { "url": "https://github.com/Filesrocket/filesrocket" }, "homepage": "https://filesrocket.com/", "bugs": { "url": "https://github.com/Filesrocket/filesrocket/issues" }, "directories": { "lib": "lib" }, "files": [ "lib/**", "README.md", "LICENCE" ], "publishConfig": { "access": "public" }, "keywords": [ "s3", "aws", "upload", "storage", "filemanagement", "filesrocket" ], "license": "MIT", "scripts": { "build": "tsc -p .", "test": "mocha -r ts-node/register test/**/*.spec.ts" }, "dependencies": { "@filesrocket/core": "^1.2.2", "aws-sdk": "2.1199.0" }, "gitHead": "5c0959323477485769abaf3f1c0ef3772a5cacd7" }