forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 791 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
{
"name": "jenkins.io-node-tooling",
"description": "This is not a real package",
"version": "1.0.0",
"keywords": [],
"author": "",
"dependencies": {
"anchor-js": "^4.2.0",
"bootstrap": "^4.3.1",
"ionicons": "^4.5.5",
"jquery": "^3.5.1",
"popper.js": "^1.14.7",
"tether": "^1.4.5"
},
"devDependencies": {
"broken-link-checker": "^0.7.8",
"http-server": "^0.12.3",
"npm-run-all": "^4.1.5"
},
"scripts": {
"http-server": "http-server --silent -p 8888",
"blc": "blc --exclude-external --filter-level 2 --follow --get --ordered --recursive --host-requests 4 --input http://localhost:8888/",
"check-broken-links": "npm-run-all --parallel --race \"http-server -- build/checklinks\" blc"
},
"homepage": "https://jenkins.io"
}