forked from albertorestifo/gulp-gcloud-publish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.05 KB
/
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
44
45
{
"name": "gulp-gcloud-publish",
"version": "2.1.1",
"description": "Gulp task to publish to Google Clod Storage",
"main": "./libs/index.js",
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/albertorestifo/gulp-gcloud-publish.git"
},
"keywords": [
"gcloud",
"google",
"cloud",
"storage",
"google",
"cloud",
"gulpplugin"
],
"author": "Alberto Restifo",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/albertorestifo/gulp-gcloud-publish/issues"
},
"homepage": "https://github.com/albertorestifo/gulp-gcloud-publish#readme",
"dependencies": {
"@google-cloud/storage": "^1.5.2",
"gulp-util": "^3.0.5",
"mime": "^1.3.4",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"event-stream": "^3.3.1",
"istanbul": "^0.4.0",
"mocha": "^2.2.5",
"rewire": "^2.3.3",
"sinon": "^1.14.1",
"underscore": "^1.8.3",
"vinyl": "^1.0.0"
}
}