-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 922 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
{
"name": "nginx-getting-started",
"version": "1.0.0",
"description": "nginx & jenkins configuration",
"main": "index.js",
"scripts": {
"push": "sh ./git-push.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"lighthouse": "node_modules/lighthouse/lighthouse-cli/index.js --output-path=./reports/lighthouse/lighthouse-report.html --quiet --chrome-flags='--headless' https://kitconcept.com/blog"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gsaini/nginx-performance-tooling.git"
},
"keywords": [
"nginx",
"jenkins",
"ci-pipline",
"http2",
"brotli"
],
"author": "Gopal Saini",
"license": "ISC",
"bugs": {
"url": "https://github.com/gsaini/nginx-performance-tooling/issues"
},
"homepage": "https://github.com/gsaini/nginx-performance-tooling#readme",
"devDependencies": {
"lighthouse": "^4.0.0-alpha.2-3.2.1"
}
}