branch-name
Version:
Get the current branch name
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "branch-name",
"version": "1.0.0",
"description": "Get the current branch name",
"homepage": "https://github.com/sholladay/branch-name",
"main": "index.js",
"author": {
"name": "Seth Holladay",
"url": "https://seth-holladay.com",
"email": "me@seth-holladay.com"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git@github.com:sholladay/branch-name.git"
},
"bugs": {
"url": "https://github.com/sholladay/branch-name/issues",
"email": "me@seth-holladay.com"
},
"engines": {
"node": ">=8"
},
"license": "MPL-2.0",
"files": [
"index.js"
],
"dependencies": {
"mkdirtemp": "^1.1.0"
},
"devDependencies": {
"ava": "^0.22.0",
"eslint-config-tidy": "^0.5.0",
"xo": "^0.18.2"
},
"keywords": [
"git",
"branch",
"name",
"meta",
"version"
],
"xo": {
"extend": "tidy"
}
}