UNPKG

bfg

Version:

Big Friendly Gateway creates a read and write stream to various cloud storage providers

43 lines (42 loc) 851 B
{ "name": "bfg", "version": "0.3.0", "description": "Big Friendly Gateway creates a read and write stream to various cloud storage providers", "main": "src/index.js", "bin": { "bfg": "./src/cli.js" }, "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/binocarlos/bfg.git" }, "keywords": [ "cloud", "storage", "stream", "filestore", "save", "proxy", "file", "fs" ], "author": "Kai Davenport", "license": "MIT", "bugs": { "url": "https://github.com/binocarlos/bfg/issues" }, "homepage": "https://github.com/binocarlos/bfg", "devDependencies": { "async": "~0.2.9", "mocha": "~1.12.0", "should": "~1.2.2" }, "dependencies": { "busboy": "~0.2.3", "pkgcloud": "~0.9.4", "commander": "~2.1.0" } }