-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 783 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 783 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
{
"author": "penartur (https://github.com/penartur/)",
"name": "benchmark-pages",
"description": "Benchmarks the response time of your web pages under a different loads; allows comparing response times for different servers",
"version": "0.0.1",
"homepage": "https://github.com/penartur/node-benchmark-pages",
"keywords": [
"benchmark",
"benchmarking",
"performance",
"speed",
"timing",
"test"
],
"repository": {
"type": "git",
"url": "git://github.com/penartur/node-benchmark-pages.git"
},
"main": "lib/benchmark.js",
"dependencies": {
"request": ">= 2.9.202"
, "capisce": ">= 0.4.3"
},
"devDependencies": {},
"optionalDependencies": {
"cli-table": ">= 0.0.1"
},
"engines": {
"node": ">= 0.6.15"
}
}