forked from catchpoint/WebPageTest.api-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 942 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
36
37
38
39
40
41
42
{
"name": "webpagetest",
"version": "0.7.4",
"description": "WebPageTest API wrapper for NodeJS",
"author": "WebPageTest <[email protected]> (http://github.com/WebPageTest)",
"homepage": "http://github.com/WebPageTest/webpagetest-api",
"keywords": [
"webpagetest",
"api",
"performance",
"test",
"browser"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/WebPageTest/webpagetest-api.git"
},
"bugs": {
"url": "http://github.com/WebPageTest/webpagetest-api/issues"
},
"main": "lib/webpagetest.js",
"bin": {
"webpagetest": "bin/webpagetest"
},
"scripts": {
"test": "mocha -R spec test/*-test.js"
},
"engines": {
"node": ">=10.18.1"
},
"dependencies": {
"commander": "^5.1.0",
"csv": "^6.2.2",
"entities": "^4.4.0",
"mocha": "^10.1.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"nock": "^13.2.9"
}
}