-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "filefog-onedrive",
"version": "0.0.3",
"description": "Microsoft onedrive (previously skydrive) provider for filefog",
"main": "index.js",
"scripts": {
"test": "make test"
},
"author": "Jason Kulatunga <[email protected]>",
"repository": "git://github.com/filefog/filefog-onedrive.git",
"homepage": "http://github.com/filefog/filefog-onedrive",
"license": "MIT",
"devDependencies": {
"mocha": "^1.20.0",
"should": "^4.0.0",
"sinon": "^1.10.1",
"filefog-provider-tests": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"dependencies": {
"oauth": "^0.9.12",
"q": "^2.0.2",
"winston": "^0.7.3",
"node.extend": "^1.0.10",
"request": "^2.36.0"
},
"keywords": [
"orm",
"filefog",
"provider",
"wrapper",
"onedrive",
"skydrive",
"microsoft"
]
}