Skip to content
Permalink
ed3cd403b3
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
39 lines (39 sloc) 936 Bytes
{
"name": "agile-project",
"version": "1.0.0",
"description": "Front end website code. Code for the website and websocket.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"alert-node": "^2.0.1",
"bcrypt": "^3.0.7",
"bcrypt-promise": "^2.0.0",
"dotenv": "^8.2.0",
"handlebars": "^4.5.3",
"json": "^9.0.6",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.2.1",
"koa-ejs": "^4.2.0",
"koa-json": "^2.0.2",
"koa-route": "^3.2.0",
"koa-router": "^7.4.0",
"koa-session": "^5.12.3",
"koa-static": "^5.0.0",
"koa-views": "^6.2.1",
"koa-websocket": "^6.0.0",
"mock-fs": "^4.10.2",
"mqtt": "^3.0.0",
"sqlite": "^3.0.3",
"sqlite-async": "^1.0.12",
"ws": "^7.2.0"
}
}