-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 KB
/
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
41
42
43
44
45
46
47
{
"name": "ldap-component",
"description": "Elastic.io Connector for LDAP",
"homepage": "",
"author": {
"name": "Elastic.io GmbH",
"email": "[email protected]",
"url": "elastic.io"
},
"files": [
"lib"
],
"scripts": {
"pretest": "eslint verifyCredentials.js lib spec-integration --fix",
"test": "echo 'Currently, there are no unit tests. Run \"npm run integration-test\" to run integration tests.'",
"integration-test": "mocha spec-integration --timeout 10000"
},
"engines": {
"node": "14"
},
"keywords": [
"elasticio",
"ldap",
"connector",
"adapter",
"elasticio-component"
],
"dependencies": {
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.24",
"promised-ldap": "0.3.0"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"dotenv": "5.0.0",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-mocha": "6.0.0",
"mocha": "6.1.4",
"sinon": "7.5.0"
},
"repository": "/ldap-component",
"license": "Apache-2.0"
}