UNPKG

skipper-s3

Version:

Stream file uploads, downloads, and transloads to and from S3. Plus some other utilities like `rm` and `ls`.

46 lines (45 loc) 1.39 kB
{ "name": "skipper-s3", "version": "0.6.0", "description": "Stream file uploads, downloads, and transloads to and from S3. Plus some other utilities like `rm` and `ls`.", "main": "index.js", "scripts": { "custom-tests": "node -e \"require('skipper-adapter-tests')({mocha: { timeout: 360000 }, module: require('./'), bucket:process.env.BUCKET || 'skipper-adapter-tests', key: process.env.KEY, secret: process.env.SECRET});\"", "lint": "eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'", "test": "npm run lint && npm run custom-tests && npm run bench", "bench": "node -e \"console.log('There are no additional performance benchmarks yet.')\"" }, "repository": { "type": "git", "url": "git://github.com/balderdashy/skipper-s3.git" }, "keywords": [ "s3", "streaming-file-upload", "streaming", "file", "upload", "sails", "express" ], "author": "Mike McNeil", "license": "MIT", "bugs": { "url": "https://sailsjs.com/bugs" }, "homepage": "https://github.com/balderdashy/skipper-s3", "dependencies": { "@sailshq/lodash": "^3.10.2", "aws-sdk": "2.391.0", "flaverr": "^1.9.2", "mime": "2.4.2" }, "devDependencies": { "mocha": "3.0.2", "skipper-adapter-tests": "^2.0.0-0", "eslint": "4.19.1" }, "engines": { "node": ">=8" } }