forked from sintaxi/dbox
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 2.01 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "dbox",
"description": "NodeJS SDK for the Dropbox API",
"version": "0.6.11",
"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]" },
{ "name": "Leonardo D. Schlossmacher", "email": "[email protected]" },
{ "name": "Sam Nguyen", "email": "[email protected]" },
{ "name": "Marak Squires", "email": "[email protected]" },
{ "name": "Paul Ledbetter", "email": "[email protected]" },
{ "name": "James Allen", "email": "[email protected]" },
{ "name": "Jesper Lindstrøm Nielsen", "email": "[email protected]" },
{ "name": "Rob Ellis", "email": "[email protected]" },
{ "name": "Jeremiah Condon", "email": "[email protected]" },
{ "name": "John Titus", "email": "[email protected]" },
{ "name": "Ben Buckman", "email": "[email protected]" },
{ "name": "Zach Ahn", "email": "[email protected]" }
],
"keywords": ["dropbox", "sdk", "s3"],
"main": "./lib/dbox.js",
"scripts": {
"test": "./node_modules/.bin/mocha -t 120000 test/all.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sintaxi/node-dbox.git"
},
"dependencies": {
"request": "2.9.153"
},
"devDependencies": {
"mocha": "1.0.3",
"should": "0.6.3",
"prompt": "0.1.12"
},
"engines": { "node": "*" },
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/sintaxi/node-dbox/master/README.md"
}
]
}