s3-node
Version:
Made compatible for node 12 and later as this was in open issues for s3 library
54 lines (53 loc) • 1.05 kB
JSON
{
"name": "s3-node",
"version": "0.0.1",
"description": "Made compatible for node 12 and later as this was in open issues for s3 library",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ncnipunchawla/node-s3-client.git"
},
"keywords": [
"amazon",
"s3",
"sync",
"folder",
"directory",
"retry",
"limit",
"stream",
"async",
"parallel",
"multipart",
"size"
],
"author": "Nipun Chawla",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"mocha": "~2.0.1",
"ncp": "~1.0.1"
},
"dependencies": {
"aws-sdk": "~2.4.9",
"fd-slicer": "~1.0.0",
"findit2": "~2.2.3",
"graceful-fs": "~4.1.4",
"mime": "~1.2.11",
"mkdirp": "~0.5.0",
"pend": "~1.2.0",
"rimraf": "~2.2.8",
"streamsink": "~1.2.0"
},
"bugs": {
"url": "https://github.com/ncnipunchawla/node-s3-client.git/issues"
},
"directories": {
"test": "test"
}
}