Permalink
Cannot retrieve contributors at this time
33 lines (33 sloc)
649 Bytes
{ | |
"package": { | |
"name": "auto-upload", | |
"repo": "fwd", | |
"subject": "kintoandar", | |
"desc": "Automatic publish", | |
"website_url": "https://blog.kintoandar.com/", | |
"vcs_url": "https://github.com/kintoandar/fwd.git", | |
"licenses": [ | |
"MIT" | |
], | |
"labels": [ | |
"tcp", | |
"golang", | |
"go", | |
"network" | |
], | |
"public_download_numbers": false, | |
"public_stats": false | |
}, | |
"version": { | |
"name": "1.1.0", | |
"desc": "The little forwarder that could", | |
"gpgSign": false | |
}, | |
"files": [ | |
{ | |
"includePattern": "dist/(.*)", | |
"uploadPattern": "/1.1.0/$1" | |
} | |
], | |
"publish": true | |
} |