smartdrive/package.json

21 lines
418 B
JSON
Raw Normal View History

2016-06-17 22:33:26 +00:00
{
"name": "smartdrive",
2017-07-20 22:06:34 +00:00
"version": "1.0.4",
2016-06-17 22:33:26 +00:00
"description": "do more with local and cloud drives",
"main": "dist/index.js",
2017-06-08 23:24:19 +00:00
"typings": "dist/index.d.ts",
2016-06-17 22:33:26 +00:00
"author": "Lossless GmbH",
"license": "MIT",
2017-06-08 23:24:19 +00:00
"scripts": {
"test": "(npmts)"
2016-06-17 22:33:26 +00:00
},
"devDependencies": {
2017-07-20 22:04:08 +00:00
"tapbundle": "^1.1.1"
2016-06-17 22:33:26 +00:00
},
"dependencies": {
2017-07-20 22:04:08 +00:00
"drivelist": "^5.0.27",
"smartq": "^1.1.6",
"typings-global": "^1.0.19"
2016-06-17 22:33:26 +00:00
}
}