UNPKG

nodegit-flow

Version:

nodegit-flow contains gitflow methods that aren't include in the vanilla nodegit package

46 lines (45 loc) 1.35 kB
{ "name": "nodegit-flow", "version": "2.2.4", "description": "nodegit-flow contains gitflow methods that aren't include in the vanilla nodegit package", "main": "build/src/index.js", "scripts": { "compile": "babel -d ./build/spec ./spec && babel -d ./build/src ./src", "eslint": "./node_modules/.bin/eslint src spec", "prepublish": "babel -d ./build/src ./src", "debug-test": "npm run eslint && npm run compile && node-debug --debug-brk node_modules/.bin/jasmine --config=jasmine.json", "test": "npm run eslint && npm run compile && node_modules/.bin/jasmine --config=jasmine.json" }, "repository": { "type": "git", "url": "git+https://github.com/Axosoft/nodegit-flow.git" }, "keywords": [ "node", "git", "gitflow", "nodegit" ], "files": [ "build/src" ], "author": "Axosoft, LLC", "license": "ISC", "bugs": { "url": "https://github.com/Axosoft/nodegit-flow/issues" }, "homepage": "https://github.com/Axosoft/nodegit-flow#readme", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "eslint": "^5.8.0", "fs-extra": "^0.26.2", "jasmine": "^2.99.0", "jsdoc-to-markdown": "^5.0.3", "nodegit": "^0.28.0-alpha.21" }, "peerDependencies": { "nodegit": ">=0.28.0-alpha.21" } }