UNPKG

gugut

Version:

Node.js token-based authentication module

38 lines (37 loc) 819 B
{ "name": "gugut", "version": "1.0.3", "description": "Node.js token-based authentication module", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://bitbucket.org/aren_amirjanyan/gugut.git" }, "keywords": [ "authentication", "token-based", "sequlize", "node", "module", "token" ], "author": "Aren Amirjanyan", "license": "ISC", "homepage": "https://bitbucket.org/aren_amirjanyan/gugut#readme", "dependencies": { "bcrypt": "^3.0.7", "cookies": "^0.8.0", "crypto-js": "^3.1.9-1", "mariadb": "^2.1.4", "moment": "^2.24.0", "mysql2": "^2.0.2", "pg": "^7.14.0", "pg-hstore": "^2.3.3", "sequelize": "^5.21.3", "sqlite3": "^4.1.1", "tedious": "^6.6.2" } }