forked from ldapjs/filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 881 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
{
"originalAuthor": "Patrick Mooney",
"originalContributors": [
"Mark Cavage <[email protected]>",
"Cody Peter Mello <[email protected]>"
],
"name": "@wekanteam/filter",
"homepage": "https://github.com/ldapjs/filter",
"description": "API for handling LDAP-style filters",
"version": "2.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:wekan/filter.git"
},
"main": "lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"@wekanteam/asn1": "github:wekan/asn1",
"@wekanteam/protocol": "github:wekan/protocol",
"process-warning": "^2.1.0"
},
"scripts": {
"lint": "eslint .",
"lint:ci": "eslint .",
"test": "tap --no-coverage-report",
"test:cov": "tap",
"test:cov:html": "tap --coverage-report=html",
"test:watch": "tap -w --no-coverage-report"
}
}