git-file-downloader
Version:
Git File Downloader is a CLI tool to download a raw file from Github or Gitlab.
61 lines (60 loc) • 1.48 kB
JSON
{
"name": "git-file-downloader",
"version": "1.4.0",
"description": "Git File Downloader is a CLI tool to download a raw file from Github or Gitlab.",
"main": "index.js",
"scripts": {
"test": "dotbox test",
"codacy-coverage": "cat ./coverage/lcov.info | codacy-coverage",
"lint": "dotbox lint",
"build": "dotbox build",
"check-version": "git-npm-version-checker -v"
},
"bin": {
"git-file-downloader": "./cli.js",
"gfd": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/L0gIn/git-file-downloader.git"
},
"keywords": [
"cli",
"node",
"git",
"github",
"gitlab"
],
"author": "[L0gIn] Basile Trujillo",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/L0gIn/git-file-downloader/issues"
},
"homepage": "https://gitlab.com/L0gIn/git-file-downloader",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"fs-extra": "^2.1.2",
"joi": "^10.3.1",
"superagent": "^3.5.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"codacy-coverage": "2.0.2",
"devops-toolbox": "^1.5.0",
"eslint": "3.12.0",
"eslint-config-exaprint": "latest",
"git-npm-version-checker": "^1.1.0",
"ink-docstrap": "1.3.0",
"jsdoc": "3.4.3",
"mocha": "^3.2.0",
"nsp": "2.6.2",
"nyc": "^10.1.2",
"plato": "1.7.0",
"proxyquire": "^1.7.11"
},
"directories": {
"test": "test"
}
}