2018-03-30 17:42:14 +00:00
|
|
|
{
|
2018-04-01 17:06:28 +00:00
|
|
|
"name": "@pushrocks/smartbucket",
|
2019-07-07 08:48:25 +00:00
|
|
|
"version": "1.0.4",
|
2019-07-07 08:48:24 +00:00
|
|
|
"description": "simple cloud independent object storage",
|
2018-03-30 17:42:14 +00:00
|
|
|
"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": {
|
2019-07-07 08:48:24 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.0.11",
|
|
|
|
"tslint": "^5.18.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2018-03-30 17:42:14 +00:00
|
|
|
},
|
2018-09-14 16:07:20 +00:00
|
|
|
"dependencies": {
|
2019-07-07 08:48:24 +00:00
|
|
|
"@google-cloud/storage": "^3.0.2",
|
|
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
|
|
"@types/minio": "^7.0.2",
|
|
|
|
"minio": "^7.0.10"
|
2018-09-14 16:07:20 +00:00
|
|
|
},
|
2019-07-07 08:48:24 +00:00
|
|
|
"private": true,
|
|
|
|
"files": [
|
|
|
|
"ts/*",
|
|
|
|
"ts_web/*",
|
|
|
|
"dist/*",
|
|
|
|
"dist_web/*",
|
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2018-03-30 17:42:14 +00:00
|
|
|
}
|