@fork-of/git-branch
Version:
Get the current branch from the local git repository. Hopefully temporary fork of https://github.com/jonschlinkert/git-branch/
56 lines (55 loc) • 1.11 kB
JSON
{
"name": "@fork-of/git-branch",
"description": "Get the current branch from the local git repository. Hopefully temporary fork of https://github.com/jonschlinkert/git-branch/",
"version": "2.1.1",
"homepage": "https://github.com/joscha/git-branch",
"author": "Joscha Feth (https://github.com/joscha)",
"repository": "joscha/git-branch",
"bugs": {
"url": "https://github.com/joscha/git-branch/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"find-git-root": "^1.0.4"
},
"devDependencies": {
"gfc": "^2.0.1",
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3",
"rimraf": "^2.6.2"
},
"keywords": [
"branch",
"git"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"git-add-remote",
"git-user-name",
"github-base"
]
},
"lint": {
"reflinks": true
}
}
}