-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 842 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 842 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
29
30
31
32
33
34
35
36
{
"name": "protocolredirect",
"version": "2.1.0",
"description": "Redirect HTTP visitors to HTTPS using pure Javascript",
"main": "dist/index.js",
"scripts": {
"compile": "webpack",
"release": "standard-version",
"test": "node src/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JebBarbas/protocolredirect.git"
},
"keywords": [
"location",
"redirect",
"protocolredirect",
"protocol",
"host",
"http",
"https"
],
"author": "jebbarbas",
"license": "ISC",
"bugs": {
"url": "https://github.com/JebBarbas/protocolredirect/issues"
},
"homepage": "https://github.com/JebBarbas/protocolredirect#readme",
"dependencies": {},
"devDependencies": {
"standard-version": "^9.3.1",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.2"
}
}