forked from sintaxi/dbox
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.19 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.19 KB
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
{
"name": "dbox",
"description": "NodeJS SDK for the Dropbox API",
"version": "0.4.3",
"author": "Brock Whitten <brock@sintaxi.com>",
"contributors": [
{ "name": "Brock Whitten", "email": "brock@sintaxi.com" },
{ "name": "Anton Podviaznikov", "email": "podviaznikov@gmail.com" },
{ "name": "Tom Gallacher", "email": "tomgallacher23@gmail.com" },
{ "name": "Emmanuel Boudrant", "email": "emmanuel.boudrant@gmail.com" },
{ "name": "Danny Amey", "email": "git@dannyamey.com" },
{ "name": "Michiel DeJong", "email": "michiel@unhosted.org" },
{ "name": "Julien Cayzac", "email": "julien.cayzac@gmail.com" },
{ "name": "Aleksandar Kolundzija", "email": "a@ak.rs" },
{ "name": "Carl Sverre", "email": "accounts@carlsverre.com" },
{ "name": "Leonardo D. Schlossmacher", "email": "e@leods92.com" }
],
"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"
}
]
}