baucis-decorator-guests
Version:
Automatically creates unauthenticated users as guests and reserves guest names.
32 lines (31 loc) • 786 B
JSON
{
"name": "baucis-decorator-guests",
"version": "1.0.1",
"description": "Automatically creates unauthenticated users as guests and reserves guest names.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loggur/baucis-decorator-guests.git"
},
"keywords": [
"baucis",
"decorator",
"users",
"guests",
"resource"
],
"author": "timbur",
"license": "MIT",
"bugs": {
"url": "https://github.com/loggur/baucis-decorator-guests/issues"
},
"homepage": "https://github.com/loggur/baucis-decorator-guests#readme",
"dependencies": {
"baucis": "^1.3.1",
"baucis-decorator-auth": "^1.0.0",
"mongoose": ">=4.0.4"
}
}