-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 951 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
{
"name": "workboxtesting",
"version": "1.0.0",
"description": "WorkBoxTesting",
"main": "index.js",
"scripts": {
"serv": "http-server -S -C cert.pem -c-1 build -p 8181",
"serv1": "http-server -S -c-1 build -p 8181 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe' --ignore-certificate-errors --unsafely-treat-insecure-origin-as-secure=https://192.168.12.2:8181 --user-data-dir=C:\\temp",
"servBuild": "workbox injectManifest && http-server build -S -c-1 -p 8181",
"build": "workbox injectManifest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kelsch/WorkBoxTesting.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kelsch/WorkBoxTesting/issues"
},
"homepage": "https://github.com/Kelsch/WorkBoxTesting#readme",
"dependencies": {
"timepicker-ui": "^2.2.4",
"workbox": "0.0.0",
"workbox-cli": "^6.5.4"
}
}