ngitflow
Version:
Node Git Flow
44 lines (43 loc) • 752 B
JSON
{
"name": "ngitflow",
"version": "2.0.3",
"license": "MIT",
"author": "User <developer@xbranch.io>",
"description": "Node Git Flow",
"keywords": [
"npm",
"node",
"git",
"git-flow",
"release",
"version",
"bump",
"cli"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xbranch/ngitflow.git"
},
"main": "./lib/index.js",
"scripts": {
"test": "node ./bin/ngitflow.js -v"
},
"bin": {
"ngitflow": "./bin/ngitflow.js"
},
"files": [
"lib",
"bin"
],
"dependencies": {
"chalk": "^4.1.2",
"commander": "^5.1.0",
"rc": "^1.2.8",
"replace": "^1.2.1",
"semver": "^7.3.5"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=2.0.0"
}
}