@adobe/git-server
Version:
serve a git repository over http(s)
58 lines (57 loc) • 1.59 kB
JSON
{
"name": "@adobe/git-server",
"version": "0.9.13",
"description": "serve a git repository over http(s)",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "nyc mocha",
"lint": "./node_modules/.bin/eslint .",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"preversion": "npm test",
"postversion": "git push origin master --follow-tags",
"delete-git-tag": "git tag -d v$npm_package_version && git push origin :v$npm_package_version"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/git-server"
},
"license": "Apache-2.0",
"dependencies": {
"archiver": "^3.0.0",
"async": "^2.6.1",
"escape-html": "^1.0.3",
"express": "^4.16.3",
"fs-extra": "^7.0.0",
"git-http-backend": "^1.0.2",
"ignore": "^5.0.2",
"isomorphic-git": "^0.51.7",
"klaw": "^3.0.0",
"lodash": "^4.17.11",
"mime": "^2.3.1",
"morgan": "^1.9.1",
"pem": "^1.13.1",
"snyk": "^1.124.1",
"winston": "^3.1.0"
},
"devDependencies": {
"codecov": "^3.1.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-header": "^2.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.18.0",
"nyc": "^13.2.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"shelljs": "^0.8.2",
"tcp-port-used": "^1.0.0",
"tmp": "0.0.33"
},
"snyk": true
}