UNPKG

@firm24/filesystem-storage-pkgcloud

Version:

filesystem storage provider for pkgcloud (based on loopback-storage-service)

35 lines (34 loc) 865 B
{ "name": "@firm24/filesystem-storage-pkgcloud", "version": "1.0.1", "description": "filesystem storage provider for pkgcloud (based on loopback-storage-service)", "main": "index.js", "scripts": { "test": "node test/test.js | ./node_modules/.bin/tap-spec", "cover": "istanbul cover test/test.js | ./node_modules/.bin/tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/Jemsoft/filesystem-storage-pkgcloud.git" }, "keywords": [ "pkgcloud", "filesystem", "cloud", "provider" ], "author": "Jemsoft Pty Ltd.", "license": "MIT", "dependencies": { "async": "^3.2.2", "mkdirp": "^1.0.4", "pkgcloud": "^2.2.0" }, "devDependencies": { "eslint": "^8.3.0", "eslint-config-jemsoft": "^1.1.5", "istanbul": "^0.4.5", "tap-spec": "^5.0.0", "tape": "^5.3.2" } }