UNPKG

autocannon-storage

Version:

A utility for storing and sorting autocannon results

51 lines (50 loc) 1.16 kB
{ "name": "autocannon-storage", "version": "0.0.1", "description": "A utility for storing and sorting autocannon results", "main": "index.js", "bin": { "autocannon-storage": "index.js" }, "scripts": { "test": "tap ./test/*.test.js", "lint": "standard" }, "pre-commit": [ "lint", "test" ], "repository": { "type": "git", "url": "git+https://github.com/thekemkid/autocannon-storage.git" }, "keywords": [ "autocannon", "s3", "results" ], "author": "Glen Keane <glenkeane.94@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/thekemkid/autocannon-storage/issues" }, "homepage": "https://github.com/thekemkid/autocannon-storage#readme", "devDependencies": { "abstract-blob-store": "^3.2.0", "fs-blob-store": "^5.2.1", "pre-commit": "^1.1.3", "standard": "^7.1.2", "tap": "^6.2.0" }, "dependencies": { "aws-sdk": "^2.4.10", "commist": "^1.0.0", "concat-stream": "^1.5.1", "from2-array": "0.0.4", "minimist": "^1.2.0", "ndjson": "^1.4.3", "s3-blob-store": "^1.1.1", "semver": "^5.3.0", "steed": "^1.1.3" } }