forked from PerfMonkeyCo/browser-perf-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 725 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 725 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
{
"name": "browser-perf-runner",
"version": "0.0.0",
"description": "Run browser-perf on websites by submitting a pull request",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/PerfMonkeyCo/browser-perf-runner.git"
},
"keywords": [
"browser-perf",
"performance"
],
"author": "Parashuram <code@r.nparashuram.com>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/PerfMonkeyCo/browser-perf-runner/issues"
},
"homepage": "https://github.com/PerfMonkeyCo/browser-perf-runner",
"dependencies": {
"browser-perf": "^0.1.13",
"cli-table": "^0.3.0",
"asciify": "^1.3.5",
"sauce-tunnel": "^2.0.6"
}
}