forked from hjone72/LDAP-for-Plex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 730 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 730 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
31
32
33
34
35
{
"name": "ldap-for-plex",
"version": "0.2.0",
"description": "An LDAP server that uses Plex as the provider.",
"main": "LDAPPlex.js",
"scripts": {
"start": "node LDAPPlex.js"
},
"contributors": [
{
"name": "hjone72",
"email": "",
"url": ""
},
{
"name": "SpicyDwarf",
"email": "",
"url": ""
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/hjone72/LDAP-for-Plex.git"
},
"bugs": {
"url": "https://github.com/hjone72/LDAP-for-Plex/issues"
},
"homepage": "https://github.com/hjone72/LDAP-for-Plex",
"dependencies": {
"ldapjs": "^1.0.1",
"request": "^2.88.0",
"uuid": "^3.1.0",
"xml2js": "^0.4.17"
}
}