This commit is contained in:
2018-03-30 19:42:14 +02:00
commit 9c99f6d7e5
14 changed files with 353 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "smartbucket",
"version": "1.0.1",
"description": "simple cloud independent bucket storage",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
}
}