forked from gheeres/node-activedirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 945 Bytes
/
package.json
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
36
37
38
{
"name": "@mergermarket/activedirectory",
"version": "0.7.2",
"description": "ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.",
"main": "dist/index.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"build": "parcel build index.js"
},
"keywords": [
"ldap",
"active directory"
],
"dependencies": {
"async": ">= 0.1.22",
"bunyan": ">= 1.3.5",
"ldapjs": "1.0.2",
"underscore": ">= 1.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mergermarket/node-activedirectory.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"scope": "@mergermarket"
},
"license": "MIT",
"devDependencies": {
"mocha": "^2.2.5",
"parcel": "^2.0.0-beta.1"
}
}