UNPKG

minio

Version:

S3 Compatible Cloud Storage client

72 lines (71 loc) 1.62 kB
{ "name": "minio", "version": "4.0.0", "description": "S3 Compatible Cloud Storage client", "main": "./dist/main/minio.js", "scripts": { "compile": "gulp compile", "test": "gulp test", "prepublish": "gulp test", "functional": "gulp functional-test", "browserify": "gulp browserify" }, "repository": { "type": "git", "url": "git+https://github.com/minio/minio-js.git" }, "author": { "name": "Minio, Inc.", "email": "", "url": "https://minio.io" }, "engines": { "node": ">= 0.10.0" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/minio/minio-js/issues", "mail": "" }, "homepage": "https://github.com/minio/minio-js#readme", "dependencies": { "async": "^1.5.2", "block-stream2": "^1.0.0", "concat-stream": "^1.4.8", "es6-error": "^2.0.2", "json-stream": "^1.0.0", "lodash": "^4.14.2", "mime-types": "^2.1.14", "mkdirp": "^0.5.1", "source-map-support": "^0.4.12", "through2": "^0.6.5", "uuid": "^3.1.0", "xml": "^1.0.0", "xml2js": "^0.4.15", "querystring": "0.2.0" }, "devDependencies": { "browserify": "^12.0.1", "chai": "^3.5.0", "eslint": "^4.1.1", "gulp": "^3.9.0", "gulp-babel": "^5.2.1", "gulp-eslint": "^4.0.0", "gulp-mocha": "^2.1.0", "gulp-notify": "^2.2.0", "gulp-sourcemaps": "^1.5.2", "mocha": "^2.3.2", "mocha-steps": "^1.1.0", "nock": "^2.12.0", "rewire": "^2.3.3", "superagent": "^1.8.5" }, "keywords": [ "api", "amazon", "minio", "cloud", "s3", "storage" ] }