forked from PerimeterX/perimeterx-node-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "bdexpress-enforcer-core",
"version": "1.1.1",
"description": "PerimeterX NodeJS shared core customized for BD Express",
"main": "index.js",
"scripts": {
"test": "mocha",
"cover": "istanbul cover _mocha",
"lint": "./node_modules/eslint/bin/eslint.js lib/",
"lint:fix": "./node_modules/eslint/bin/eslint.js lib/ --fix"
},
"keywords": [
"perimeterx"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PerimeterX/bdexpress-enforcer-core.git"
},
"author": "Johnny Tordgeman",
"license": "ISC",
"dependencies": {
"agent-phin": "^1.0.4",
"content-type": "^1.0.4",
"https-proxy-agent": "^5.0.0",
"ip-range-check": "^0.2.0",
"mu2": "^0.5.21",
"raw-body": "^2.3.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-perimeterx": "^0.3.0",
"mocha": "^7.1.1",
"proxyquire": "^2.1.3",
"rewire": "^2.5.2",
"should": "^8.3.0",
"sinon": "^2.1.0"
}
}