This commit is contained in:
2016-06-18 00:33:26 +02:00
commit 047f4096ea
5 changed files with 92 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "smartdrive",
"version": "1.0.2",
"description": "do more with local and cloud drives",
"main": "dist/index.js",
"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"
},
"dependencies": {
"beautylog": "^5.0.12"
}
}