smartbucket/package.json
2018-09-14 18:07:20 +02:00

23 lines
534 B
JSON

{
"name": "@pushrocks/smartbucket",
"version": "1.0.3",
"description": "simple cloud independent bucket storage",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "UNLICENSED",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)",
"build": "echo \"Not needed for now\""
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
"@google-cloud/storage": "^2.0.3",
"@pushrocks/smartpromise": "^2.0.5"
},
"private": true
}