Skip to content
Permalink
d1eaf3972e
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
45 lines (45 sloc) 950 Bytes
{
"name": "10_auth",
"version": "1.1.3",
"description": "A simple dynamic website template to be used as the base for various projects",
"main": "index.js",
"engines": {
"node": "12.x"
},
"type": "module",
"ava": {
"verbose": true,
"require": [
"esm"
]
},
"scripts": {
"start": "node index.js",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf",
"linter": "node_modules/.bin/eslint .",
"test": "ava"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"bcrypt-promise": "^2.0.0",
"handlebars": "^4.7.6",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-router": "^9.4.0",
"koa-session": "^6.0.0",
"koa-static": "^5.0.0",
"koa-views": "^6.3.0",
"save-dev": "0.0.1-security",
"sqlite-async": "^1.1.0"
},
"devDependencies": {
"ava": "^3.13.0",
"dependency-check": "^4.1.0",
"eslint": "^7.14.0",
"esm": "^3.2.25",
"jsdoc": "^3.6.5",
"jsdoc-route-plugin": "^0.1.0"
}
}