-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 818 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 818 Bytes
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
{
"description": "febs-test is a server stress test utility",
"optionalDependencies": {},
"dependencies": {
"arrivals": "^2.1.1",
"debug": "^3.1.0",
"febs": "^0.3.5",
"log4js": "^2.3.12",
"ora": "^1.3.0",
"socket.io-client": "^2.0.4",
"uuid": "^3.1.0"
},
"devDependencies": {},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/brainpoint/febs-test#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/brainpoint/febs-test.git"
},
"directories": {},
"license": "MIT",
"keywords": [
"febs",
"febs-db",
"stress",
"test",
"server"
],
"maintainers": [
{
"name": "brainpoint",
"email": "[email protected]"
}
],
"main": "./lib",
"name": "febs-test",
"version": "1.3.3"
}