-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "micro-ldap",
"version": "0.1.0",
"description": "A replacement for user and password management without the overhead of a full LDAP.",
"license": "MIT",
"repository": "Puddinglord/micro-ldap",
"main": "index.js",
"keywords": [
"micro-ldap",
"micro ldap",
"microldap",
"microLDAP",
"LDAP",
"ldap",
"npm",
"package",
"puddinglord"
],
"devDependencies": {
"eslint": "^5.15.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
"mongodb": "^3.1.13"
}
}