-
-
Notifications
You must be signed in to change notification settings - Fork 209
/
Copy pathpackage.json
34 lines (34 loc) · 966 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
{
"name": "loadtest",
"version": "1.3.1",
"description": "Run load tests for your web application. Mostly ab-compatible interface, with an option to force requests per second. Includes an API for automated load testing.",
"homepage": "https://github.com/alexfernandez/loadtest",
"contributors": ["Alex Fernández <alexfernandeznpm@gmail.com>"],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/alexfernandez/loadtest"
},
"dependencies": {
"prototypes": ">= 0.4.3",
"agentkeepalive": "^2.0.3",
"log": "1.4.*",
"stdio": "^0.2.3",
"websocket": "^1.0.22",
"testing": "^0.2.3"
},
"keywords" : ["testing", "test", "load test", "load testing", "http", "performance", "black box"],
"engines": {
"node": ">=0.10.3"
},
"bin": {
"loadtest": "bin/loadtest.js",
"testserver-loadtest": "bin/testserver.js"
},
"preferGlobal": true,
"scripts": {
"test": "node test.js"
},
"private": false
}