UNPKG

filesystem-storage-pkgcloud

Version:

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

34 lines (33 loc) 846 B
{ "name": "filesystem-storage-pkgcloud", "version": "1.2.0", "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": "./node_modules/.bin/istanbul cover test/test.js | ./node_modules/.bin/tap-spec" }, "repository": { "type": "git", "url": "https://github.com/Jemsoft/filesystem-storage-pkgcloud" }, "keywords": [ "pkgcloud", "filesystem", "cloud", "provider" ], "author": "Jemsoft Pty Ltd.", "license": "MIT", "dependencies": { "async": "^1.4.2", "pkgcloud": "^1.1.0" }, "devDependencies": { "eslint": "^1.10.1", "eslint-config-jemsoft": "^1.1.3", "istanbul": "^0.4.2", "tap-spec": "^4.1.1", "tape": "^4.4.0" } }