forked from max-mapper/google-drive-blobs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 803 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
{
"name": "google-drive-blobs",
"version": "4.0.0",
"description": "a simple content-addressable streaming blob store API on top of google drive",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "max ogden",
"license": "BSD",
"dependencies": {
"concat-stream": "^1.4.6",
"debug": "^0.8.1",
"duplexify": "^3.1.0",
"form-urlencoded": "0.0.6",
"mime-types": "^1.0.0",
"request": "^2.40.0",
"through2": "^0.5.1"
},
"devDependencies": {
"abstract-blob-store": "^2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/google-drive-blobs.git"
},
"bugs": {
"url": "https://github.com/maxogden/google-drive-blobs/issues"
},
"homepage": "https://github.com/maxogden/google-drive-blobs"
}