mirror of
https://github.com/pomber/git-history.git
synced 2024-11-22 23:13:20 +03:00
b16f5ed11a
Allow port option for cli
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "git-file-history",
|
|
"description": "Quickly browse the history of a file from any git repository",
|
|
"version": "1.0.1",
|
|
"repository": "pomber/git-history",
|
|
"keywords": [
|
|
"cli",
|
|
"git",
|
|
"file",
|
|
"history",
|
|
"log",
|
|
"commits",
|
|
"change",
|
|
"animation",
|
|
"gui"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"git-file-history": "./cli.js",
|
|
"githistory": "./cli.js",
|
|
"git-history": "./cli.js"
|
|
},
|
|
"files": [
|
|
"site",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"execa": "^1.0.0",
|
|
"get-port": "^4.1.0",
|
|
"koa": "^2.7.0",
|
|
"koa-router": "^7.4.0",
|
|
"koa-static": "^5.0.0",
|
|
"open": "^0.0.5",
|
|
"opencollective-postinstall": "^2.0.2",
|
|
"serve-handler": "^5.0.8",
|
|
"yargs": "^13.2.2"
|
|
},
|
|
"scripts": {
|
|
"build-site": "cd .. && cross-env REACT_APP_GIT_PROVIDER=cli yarn build && rm -fr cli/site/ && cp -r build/ cli/site/",
|
|
"build": "yarn build-site",
|
|
"ls-package": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
|
|
"postinstall": "opencollective-postinstall"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.0"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/git-history"
|
|
}
|
|
}
|