Skip to content
Permalink
2939e4db62
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
33 lines (33 sloc) 789 Bytes
{
"name": "bbc-website-project",
"version": "1.0.0",
"description": "Welcome to my code for the BBC News trainee, Web JS Coding Test.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.coventry.ac.uk/sarkarj/BBC-Web-Coding-Test.git"
},
"keywords": [],
"author": "Jake Sarkar",
"license": "ISC",
"devDependencies": {
"jest": "^25.1.0"
},
"dependencies": {
"handlebars": "^4.7.3",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^8.0.8",
"koa-session": "^5.13.1",
"koa-static": "^5.0.0",
"koa-views": "^6.2.1",
"node-fetch": "^2.6.0",
"sqlite": "^3.0.3",
"sqlite-async": "^1.0.12",
"sqlite3": "^4.1.1"
}
}