-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 779 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 779 Bytes
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
{
"name": "dropbox_session_upload",
"version": "2.2.1",
"description": "Node wrapper around the dropbox upload session API to help concurrently upload files over 150mb to dropbox.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chris Burgin",
"license": "ISC",
"dependencies": {
"dropbox": "^2.5.13",
"stream": "0.0.2",
"stream-length": "^1.0.2"
},
"devDependencies": {
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"prettier-eslint": "^8.1.1"
},
"repository": "chrisburgin95/dropbox-session-upload.git"
}