smartdrive/package.json
2017-07-21 00:06:34 +02:00

21 lines
418 B
JSON

{
"name": "smartdrive",
"version": "1.0.4",
"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)"
},
"devDependencies": {
"tapbundle": "^1.1.1"
},
"dependencies": {
"drivelist": "^5.0.27",
"smartq": "^1.1.6",
"typings-global": "^1.0.19"
}
}