This commit is contained in:
2017-06-09 01:24:19 +02:00
parent b269a05b3f
commit fbf107c3c7
20 changed files with 527 additions and 24 deletions

View File

@@ -1,33 +1,20 @@
{
"name": "smartdrive",
"version": "1.0.3",
"version": "1.0.1",
"description": "do more with local and cloud drives",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartdrive.git"
},
"keywords": [
"GDrive",
"OneDrive",
"LocalDrive"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartdrive/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartdrive#README",
"devDependencies": {
"npmts-g": "^5.2.6"
"tapbundle": "^1.0.14"
},
"dependencies": {
"beautylog": "^5.0.12",
"drivelist": "^3.2.0",
"googleapis": "^8.2.0",
"smartfile": "^3.0.10"
"drivelist": "^5.0.22",
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
}
}