forked from sintaxi/dbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.12 KB
/
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
{
"name": "dbox",
"description": "NodeJS SDK for the Dropbox API",
"version": "0.4.1",
"author": "Brock Whitten <[email protected]>",
"contributors": [
{ "name": "Brock Whitten", "email": "[email protected]" },
{ "name": "Anton Podviaznikov", "email": "[email protected]" },
{ "name": "Tom Gallacher", "email": "[email protected]" },
{ "name": "Emmanuel Boudrant", "email": "[email protected]" },
{ "name": "Danny Amey", "email": "[email protected]" },
{ "name": "Michiel DeJong", "email": "[email protected]" },
{ "name": "Julien Cayzac", "email": "[email protected]" },
{ "name": "Aleksandar Kolundzija", "email": "[email protected]" },
{ "name": "Carl Sverre", "email": "[email protected]" }
],
"keywords": ["dropbox", "sdk", "s3"],
"main": "./dbox.js",
"repository": {
"type": "git",
"url": "https://github.com/sintaxi/node-dbox.git"
},
"dependencies": {
"request": "2.9.153"
},
"engines": { "node": "*" },
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/sintaxi/node-dbox/master/README.md"
}
]
}