node-onedrive-unofficial
Version:
An unofficial node.js client for OneDrive
28 lines (27 loc) • 657 B
JSON
{
"name": "node-onedrive-unofficial",
"version": "0.0.6",
"description": "An unofficial node.js client for OneDrive",
"main": "onedrive.js",
"bin": {
"onedrive": "onedrive.js"
},
"repository": {
"type": "git",
"url": "git://github.com/modest/node-onedrive-unofficial.git"
},
"keywords": [
"OneDrive",
"vroom"
],
"author": "Greg Edmiston <greg.edmiston@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/modest/node-onedrive-unofficial/issues"
},
"homepage": "https://github.com/modest/node-onedrive-unofficial",
"dependencies": {
"chalk": "^1.0.0",
"minimist": "^1.1.1"
}
}