Skip to content
Permalink
5ff7cf2e37
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
25 lines (25 sloc) 514 Bytes
{
"name": "oktobapi",
"version": "1.0.0",
"description": "Backend RESTful API for Oktob",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.coventry.ac.uk/ab8505/OktobAPI.git"
},
"keywords": [
"Oktob",
"RESTful",
"API"
],
"author": "Mahmoud Awad",
"license": "ISC",
"dependencies": {
"koa": "^2.8.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0"
}
}