-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1015 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
34
35
{
"name": "insomnia-plugin-load-test-timing",
"version": "1.0.7",
"main": "load-test-timing.js",
"insomnia": {
"name": "load-test-timing",
"description": "Runs requests, given number of times and produces timing results"
},
"description": "This plugin adds an option to each folder's drop-down menu that allows you to run all the requests in the folder and gather timing information.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shindig/insomnia-plugin-load-test-timing.git"
},
"keywords": [
"insomnia",
"plugin",
"load",
"testing",
"timing"
],
"author": "Mark C Bradley",
"license": "MIT",
"bugs": {
"url": "https://github.com/shindig/insomnia-plugin-load-test-timing/issues"
},
"homepage": "https://github.com/shindig/insomnia-plugin-load-test-timing#readme",
"prettier": {
"trailingComma": "all",
"tabWidth": 2,
"semi": true
}
}