Keystroke auth
Showing
.gitignore
0 → 100644
models/User.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "keystrokedynamics", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "server.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node server.js", | ||
"dev": "nodemon server.js", | ||
"burnthemall": "rm -rf node_modules package-lock.json && npm i" | ||
}, | ||
"author": "Namit Nathwani", | ||
"license": "ISC", | ||
"dependencies": { | ||
"express": "^4.17.1", | ||
"express-winston": "^4.0.3", | ||
"lodash": "^4.17.19", | ||
"mathjs": "^7.2.0", | ||
"mongoose": "^5.9.25", | ||
"simple-statistics": "^7.1.0", | ||
"winston": "^3.3.3" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.5.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"nodemon": "^2.0.4" | ||
} | ||
} |
routes/user.js
0 → 100644
server.js
0 → 100644
utilities/loggers.js
0 → 100644
utilities/userUtility.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment