-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 892 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 892 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
41
{
"name": "oddworks-api-load-testing",
"version": "1.0.0",
"description": "Oddworks server load testing tools",
"main": "index.js",
"scripts": {
"test": "xo"
},
"repository": {
"type": "git",
"url": "https://github.com/oddnetworks/oddworks-api-load-testing.git"
},
"bugs": {
"url": "https://github.com/oddnetworks/oddworks-api-load-testing/issues"
},
"homepage": "https://github.com/oddnetworks/oddworks-api-load-testing",
"dependencies": {
"@oddnetworks/oddworks": "~3.10.0",
"bluebird": "~3.4.0",
"filepath": "~1.1.0",
"lodash": "~4.15.0",
"request": "~2.74.0",
"yargs": "~5.0.0"
},
"devDependencies": {
"xo": "~0.16.0"
},
"xo": {
"esnext": true,
"envs": [
"node"
]
},
"author": "Odd Networks, Inc.",
"keywords": [
"oddworks",
"load",
"testing"
],
"license": "Apache-2.0"
}