UNPKG

gitconfig

Version:
47 lines 1.02 kB
{ "name": "gitconfig", "version": "2.0.8", "description": "Run git config command", "main": "lib", "scripts": { "test": "./ci/test.js" }, "repository": "okunishinishi/node-gitconfig", "keywords": [ "git", "config" ], "author": { "name": "Taka Okunishi", "email": "okunishinishi@gmail.com", "url": "" }, "license": "MIT", "bugs": { "url": "https://github.com/teambit/node-gitconfig/issues" }, "homepage": "https://github.com/teambit/node-gitconfig#readme", "dependencies": { "argx": "^3.0.0", "arrayreduce": "^2.1.0", "askconfig": "^4.0.2", "co": "^4.6.0", "execcli": "^5.0.2", "lodash.get": "^4.4.2", "objnest": "^5.0.3" }, "devDependencies": { "amocha": "^5.0.0", "ape-releasing": "^4.0.4", "ape-reporting": "^3.0.1", "ape-tasking": "^4.0.8", "ape-tmpl": "^6.0.11", "ape-updating": "^5.0.1", "coz": "^7.0.2", "injectmock": "^2.0.0" }, "engines": { "node": ">=6", "npm": ">=3" } }