UNPKG

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