storj.io/minio@v0.0.0-20230509071714-0cbc90f649b1/mint/run/core/minio-js/package.json (about) 1 { 2 "name": "bin", 3 "version": "1.0.0", 4 "main": "functional_test.js", 5 "scripts": { 6 "test": "echo \"Error: no test specified\" && exit 1" 7 }, 8 "keywords": [], 9 "author": "", 10 "license": "ISC", 11 "description": "", 12 "dependencies": { 13 "app-module-path": "*", 14 "async": "*", 15 "block-stream2": "*", 16 "concat-stream": "*", 17 "es6-error": "*", 18 "json-stream": "*", 19 "lodash": "*", 20 "mime-types": "*", 21 "mkdirp": "*", 22 "moment": "*", 23 "source-map-support": "*", 24 "through2": "*", 25 "xml": "*", 26 "xml2js": "*" 27 }, 28 "devDependencies": { 29 "browserify": "*", 30 "chai": "*", 31 "gulp": "*", 32 "gulp-babel": "*", 33 "gulp-jscs": "*", 34 "jshint":"2.*", 35 "gulp-jshint": "*", 36 "gulp-mocha": "*", 37 "gulp-notify": "*", 38 "gulp-sourcemaps": "*", 39 "jshint-stylish": "*", 40 "mocha": "*", 41 "mocha-steps": "*", 42 "nock": "*", 43 "rewire": "*", 44 "superagent": "*" 45 }, 46 "scripts": { 47 "test": "mocha" 48 } 49 }