-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
43 lines (43 loc) · 889 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
40
41
42
43
{
"name": "dropbox-v2-api",
"version": "2.5.11",
"description": "NodeJS Dropbox v2 API wrapper",
"main": "index.js",
"scripts": {
"generate": "node generate.js",
"test": "mocha test/**/*.js"
},
"keywords": [
"dropbox",
"api",
"v2",
"wrapper",
"node"
],
"repository": {
"type": "git",
"url": "https://github.com/adasq/dropbox-v2-api.git"
},
"author": "adasq",
"license": "ISC",
"dependencies": {
"compress-json": "2.1.2",
"request": "2.88.2"
},
"devDependencies": {
"@hapi/hapi": "19.1.1",
"async": "1.5.0",
"cheerio": "0.22.0",
"ejs": "2.5.6",
"expect.js": "0.3.1",
"js-beautify": "1.14.0",
"md5": "2.3.0",
"mocha": "^7.1.2",
"nconf": "0.11.3",
"opn": "3.0.3",
"should": "8.0.2",
"stream-spec": "0.3.6",
"stream-tester": "0.0.5",
"underscore": "^1.13.1"
}
}