Skip to content
Permalink
132007954b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (31 sloc) 784 Bytes
{
"name": "loginbackend",
"version": "1.0.0",
"description": "The back end for the log in system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.coventry.ac.uk/mcgeevej/logInBackEnd.git"
},
"author": "Joseph and Nourhan",
"license": "ISC",
"dependencies": {
"@koa/cors": "^2.2.3",
"bcryptjs": "^2.4.3",
"googleapis": "^44.0.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.8.2",
"koa-bodyparser": "^4.2.1",
"koa-passport": "^4.1.3",
"koa-router": "^7.4.0",
"koa-useragent": "^2.1.3",
"passport-google-oauth": "^2.0.0",
"promise-mysql": "^4.1.0"
},
"devDependencies": {
"@types/koa-useragent": "^2.1.2"
}
}