-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 866 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": "y",
"version": "1.0.0",
"description": "Example using lighthouse and chrome-launcher for running lighthouse performance tests on your project with mocha",
"main": "index.js",
"scripts": {
"test": "mocha ./test/lighthouse.test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rishichawda/lighthouse-mocha-example.git"
},
"keywords": [
"lighthouse",
"google-chrome",
"mocha",
"performance",
"test"
],
"author": "rishichawda",
"license": "MIT",
"bugs": {
"url": "https://github.com/rishichawda/lighthouse-mocha-example/issues"
},
"homepage": "https://github.com/rishichawda/lighthouse-mocha-example#readme",
"devDependencies": {
"chai": "^4.2.0",
"chrome-launcher": "^0.10.7",
"cli-table": "^0.3.1",
"lighthouse": "^5.1.0",
"mocha": "^6.1.4"
}
}