-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
44 lines (44 loc) · 962 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
43
44
{
"name": "@jcubic/wayne",
"version": "0.19.0",
"description": "Service Worker Routing for in browser HTTP requests",
"type": "module",
"main": "index.min.js",
"scripts": {},
"keywords": [
"service-worker",
"server",
"http",
"https",
"http-server",
"fake",
"mock",
"artifical",
"download",
"hijack",
"router",
"filesystem",
"routing",
"http-interceptor",
"http-server",
"request",
"proxy",
"sse",
"server-sent-events"
],
"author": "Jakub T. Jankiewicz <[email protected]> (https://jcubic.pl/me/)",
"bugs": {
"url": "https://github.com/jcubic/wayne/issues"
},
"homepage": "https://github.com/jcubic/wayne",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"babelify": "^10.0.0",
"browser-resolve": "^2.0.0",
"browserify": "^17.0.0",
"esmify": "^2.1.1",
"uglify-js": "^3.17.0"
}
}