node-git-current-branch
Version:
Get the current git branch name using Node.js
27 lines (26 loc) • 627 B
JSON
{
"name": "node-git-current-branch",
"version": "2.0.1",
"description": "Get the current git branch name using Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeiGrand/node-git-current-branch.git"
},
"keywords": [
"git",
"branch",
"node",
"js",
"frontend"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WeiGrand/node-git-current-branch/issues"
},
"homepage": "https://github.com/WeiGrand/node-git-current-branch#readme"
}