smartbucket/package.json
2018-04-01 19:06:34 +02:00

18 lines
379 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": "",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {}
}