forked from lukebussey/grunt-google-cloud
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 858 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": "@boxed/grunt-google-cloud",
"description": "A Grunt plugin which acts as a wrapper for google-cloud.",
"version": "1.0.7",
"homepage": "https://github.com/giddyinc/grunt-google-cloud",
"author": {
"name": "Luke Bussey",
"email": "luke.bussey@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/giddyinc/grunt-google-cloud.git"
},
"bugs": {
"url": "https://github.com/giddyinc/grunt-google-cloud/issues"
},
"license": "MIT",
"scripts": {},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-eslint": "^23.0.0"
},
"keywords": [
"gruntplugin",
"google",
"google cloud storage",
"gcs"
],
"dependencies": {
"@google-cloud/storage": "^5.3.0",
"async": "^3.2.0",
"deepmerge": "^4.2.2",
"fast-crc32c": "^2.0.0",
"mime-types": "^2.1.27"
}
}