-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 932 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
{
"name": "google-cloud-storage",
"version": "2.0.2",
"description": "access bucket data from google cloud storage as a stream from node or on the cli",
"bin": {
"google-cloud-storage": "cli.js"
},
"main": "index.js",
"author": "max ogden",
"license": "BSD",
"dependencies": {
"abstract-blob-store": "^2.0.2",
"concat-stream": "^1.4.6",
"debug": "^1.0.4",
"duplexify": "^3.1.0",
"ldjson-stream": "^1.1.0",
"mime": "^1.2.11",
"minimist": "^0.2.0",
"request": "^2.39.0",
"stdout": "0.0.3",
"through2": "^0.5.1",
"xtend": "^4.0.0"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/google-cloud-storage.git"
},
"bugs": {
"url": "https://github.com/maxogden/google-cloud-storage/issues"
},
"homepage": "https://github.com/maxogden/google-cloud-storage"
}