forked from alexfernandez/loadtest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 935 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
{
"name": "loadtest",
"version": "1.2.11",
"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 <[email protected]>"],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/alexfernandez/loadtest"
},
"dependencies": {
"prototypes": ">= 0.4.0",
"agentkeepalive": "0.1.*",
"log": "1.4.*",
"stdio": "^0.2.3",
"testing": "*"
},
"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
}