webhandle-users
Version:
Webhandle auth and users module
39 lines (38 loc) • 932 B
JSON
{
"name": "webhandle-users",
"version": "1.0.11",
"description": "Webhandle auth and users module",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha",
"testDebug": "node_modules/mocha/bin/mocha --inspect-brk"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmergentIdeas/webhandle-users.git"
},
"keywords": [
"webhandle",
"authentication",
"user",
"group"
],
"author": "Dan Kolz",
"license": "ISC",
"bugs": {
"url": "https://github.com/EmergentIdeas/webhandle-users/issues"
},
"homepage": "https://github.com/EmergentIdeas/webhandle-users#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"mongodb": "^3.1.1"
},
"dependencies": {
"add-callback-to-promise": "^1.0.2",
"dreck": "^1.0.20",
"express": "^4.0.0",
"filter-log": "^1.0.10",
"input-value-injector": "^1.0.8"
}
}