UNPKG

git-branch-to-json

Version:

This package converts the output of `git branch` into a sensible JS object.

26 lines (25 loc) 603 B
{ "name": "git-branch-to-json", "version": "0.2.0-0", "description": "This package converts the output of `git branch` into a sensible JS object.", "main": "src/index.js", "files": [ "dist", "src" ], "engines": { "node": ">=4.0.0" }, "keywords": [], "author": "Holland Wilson (stickfigureonfire@gmail.com)", "license": "MIT", "repository": "DamnedScholar/git-branch-to-json", "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.24.1" }, "dependencies": { "string": "^3.3.3" } }