UNPKG

658 BJSONView Raw
1{
2 "name": "gulp-github-release",
3 "version": "1.0.3",
4 "description": "Create GitHub releases and upload assets.",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git@github.com:Aluxian/gulp-github-release.git"
9 },
10 "keywords": [
11 "gulp",
12 "plugin",
13 "github",
14 "release",
15 "assets",
16 "upload"
17 ],
18 "author": "Alexandru Rosianu",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/Aluxian/gulp-github-release/issues"
22 },
23 "homepage": "https://github.com/Aluxian/gulp-github-release",
24 "dependencies": {
25 "gulp-util": "^3.0.5",
26 "publish-release": "^1.0.2",
27 "through2": "^0.6.5"
28 }
29}