forked from caremesh/validate-direct-address
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 819 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
{
"name": "@caremesh/validate-direct-address",
"version": "1.0.0",
"description": "This package validates that \"email\" addresses are in fact DirectTrust addresses.",
"main": "index.js",
"repository": "https://github.com/caremesh/validate-direct-address.git",
"author": "Patrick Narkinsky <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"eslint": ">=5.16.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.0.0",
"mocha-cakes-2": "^3.3.0"
},
"dependencies": {
"asn1js": "^3.0.5",
"axios": "^0.27.2",
"bluebird": "^3.7.2",
"lodash": "^4.17.21",
"native-node-dns": "^0.7.6",
"pkijs": "^3.0.5"
},
"scripts": {
"test": "mocha"
}
}