mudra
Version:
Mudra is a simple authentication and authorisation library for NodeJS that uses MongoDB for storing credentials. (Full Info: https://github.com/baliganikhil/mudra.js)
35 lines (34 loc) • 876 B
JSON
{
"bcrypt": "*",
"mongoose": "*",
"q": "*",
"name": "mudra",
"description": "Mudra is a simple authentication and authorisation library for NodeJS that uses MongoDB for storing credentials. (Full Info: https://github.com/baliganikhil/mudra.js)",
"version": "0.1.3",
"main": "mudra.js",
"dependencies": {
"mongoose": "^3.8.13",
"bcrypt": "^0.7.8",
"q": "^1.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/baliganikhil/mudra.js"
},
"keywords": [
"mudra",
"authentication",
"authorisation",
"authorization"
],
"author": "Nikhil Baliga",
"license": "MIT",
"bugs": {
"url": "https://github.com/baliganikhil/mudra.js/issues"
},
"homepage": "https://github.com/baliganikhil/mudra.js"
}