gulp-github
Version:
A gulp plugin to pipe contents to github pull request comments.
52 lines (51 loc) • 1.02 kB
JSON
{
"name": "gulp-github",
"version": "0.3.6",
"description": "A gulp plugin to pipe contents to github pull request comments.",
"author": "Zordius <zordius@gmail.com>",
"contributors": [
{
"name": "Zordius Chen",
"email": "zordius@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/zordius/gulp-github.git"
},
"keywords": [
"gulp",
"plugin",
"github",
"pull request",
"comment",
"code review"
],
"scripts": {
"test": "gulp"
},
"main": "index.js",
"dependencies": {
"github": "2.2.0",
"gulp-util": "3.0.7",
"through2": "*"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-jshint": "2.0.1",
"gulp-jscs": "4.0.0",
"gulp-eslint": "3.0.1"
},
"engines": {
"node": ">=0.8"
},
"bugs": {
"url": "https://github.com/zordius/gulp-github/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zordius/gulp-github/blob/master/LICENSE.txt"
}
]
}