Skip to content
Permalink
production
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
{
"name": "powerpanel-backend",
"version": "1.0.0",
"description": "This is the PowerPanel Backend server code written in django. This utilizes django, django REST Framework, and django REST Framework JWT.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.uconn.edu:SeniorDesignGroup5/PowerPanel-Backend.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.4",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"jsonwebtoken": "^8.4.0",
"morgan": "^1.9.1",
"mysql2": "^1.6.5",
"request": "^2.88.0"
}
}