smartbucket/package.json

23 lines
534 B
JSON
Raw Normal View History

2018-03-30 17:42:14 +00:00
{
2018-04-01 17:06:28 +00:00
"name": "@pushrocks/smartbucket",
2018-04-01 17:06:34 +00:00
"version": "1.0.3",
2018-03-30 17:42:14 +00:00
"description": "simple cloud independent bucket storage",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
2018-09-14 16:07:20 +00:00
"license": "UNLICENSED",
2018-03-30 17:42:14 +00:00
"scripts": {
"test": "(npmts)",
2018-09-14 16:07:20 +00:00
"format": "(gitzone format)",
"build": "echo \"Not needed for now\""
2018-03-30 17:42:14 +00:00
},
2018-03-30 17:42:23 +00:00
"devDependencies": {
2018-03-30 17:42:14 +00:00
"tapbundle": "^1.0.13"
},
2018-09-14 16:07:20 +00:00
"dependencies": {
"@google-cloud/storage": "^2.0.3",
"@pushrocks/smartpromise": "^2.0.5"
},
"private": true
2018-03-30 17:42:14 +00:00
}