UNPKG

git-webserver

Version:

Web Server Integrated GIT Version Control System

71 lines (70 loc) 1.89 kB
{ "name": "git-webserver", "version": "0.6.0", "description": "Web Server Integrated GIT Version Control System", "main": "server.js", "scripts": { "start": "node dev.js", "test": "./node_modules/.bin/cypress open" }, "repository": { "type": "git", "url": "git+https://github.com/DraviaVemal/GIT-WebServer.git" }, "keywords": [ "GIT", "NodeJS", "Server", "Git Server", "Git WebServer" ], "maintainers": [ "Dravia Vemal <contact@draviavemal.com> (https://www.draviavemal.com)" ], "contributors": [ "Dravia Vemal <contact@draviavemal.com> (https://www.draviavemal.com)", "Velavan Vijay" ], "author": "Dravia Vemal, Velavan", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/DraviaVemal/GIT-WebServer/issues" }, "homepage": "https://github.com/DraviaVemal/GIT-WebServer#readme", "dependencies": { "@sendgrid/mail": "^6.3.1", "bcryptjs": "^2.4.3", "child_process": "^1.0.2", "compression": "^1.7.3", "connect-mongo": "^2.0.1", "cookie-parser": "^1.4.3", "directory-tree": "^2.1.0", "express": "^4.16.3", "express-handlebars": "^3.0.0", "express-request-id": "^1.4.0", "express-session": "^1.15.6", "express-subdomain": "^1.0.5", "express-useragent": "^1.0.12", "express-validator": "^5.3.0", "full-git-history": "^1.2.4", "git-emit": "0.0.0", "html-element": "^2.2.0", "http-auth": "^3.2.3", "i": "^0.3.6", "markdown": "^0.5.0", "method-override": "^2.3.10", "mongoose": "^5.2.6", "mongoose-auto-increment-fix": "^5.0.2", "morgan": "^1.9.0", "node-unique-id-generator": "^0.1.0", "npm": "^6.3.0", "rimraf": "^2.6.2", "sass-lint": "^1.12.1", "sendmail": "^1.4.1", "simple-git": "^1.96.0", "validator": "^10.4.0" }, "devDependencies": { "cypress": "^3.0.3" } }