smartdrive/package.json

34 lines
724 B
JSON
Raw Normal View History

2016-06-17 22:33:26 +00:00
{
"name": "smartdrive",
2016-06-17 22:34:46 +00:00
"version": "1.0.3",
2016-06-17 22:33:26 +00:00
"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": {
2016-06-17 22:39:07 +00:00
"beautylog": "^5.0.12",
"drivelist": "^3.2.0",
"googleapis": "^8.2.0",
"smartfile": "^3.0.10"
2016-06-17 22:33:26 +00:00
}
}