forked from Alexandre-io/verdaccio-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 847 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
39
40
{
"name": "verdaccio-ldap",
"version": "4.0.0",
"description": "LDAP auth plugin for verdaccio",
"author": "Alexandre L.",
"repository": {
"type": "git",
"url": "git://github.com/Alexandre-io/verdaccio-ldap.git"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "~3.5.2",
"ldapauth-fork": "~4.2.0",
"rfc2253": "~0.1.1"
},
"devDependencies": {
"bunyan": "~1.8.12",
"chai": "~4.2.0",
"jshint": "~2.10.0",
"ldap-server-mock": "~2.0.0",
"mocha": "~6.1.0"
},
"scripts": {
"pretest": "jshint .",
"test": "mocha --exit tests/bootstrap.spec.js tests/**/*.spec.js"
},
"keywords": [
"verdaccio",
"auth",
"plugin",
"ldap"
],
"engines": {
"node": ">= 8"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}