generated from MarkPrys/WeilerTest.app-0.9.6
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.54 KB
/
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
45
46
47
{
"name": "Saechsische-Schweiz",
"version": "0.9.6",
"description": "Tour around Saechsische Schweiz",
"author": "movisda GmbH",
"license": "Closed Source",
"main": "js/app.js",
"devDependencies": {
"workbox-background-sync": "^7.0.0",
"workbox-broadcast-update": "^7.0.0",
"workbox-build": "^7.0.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-cli": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-google-analytics": "^7.0.0",
"workbox-navigation-preload": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-range-requests": "^7.0.0",
"workbox-recipes": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-streams": "^7.0.0",
"workbox-sw": "^7.0.0",
"workbox-window": "^7.0.0"
},
"scripts": {
"build": "workbox injectManifest; npm install",
"deploy": "rsync -avt --delete --exclude-from=.exclude . [email protected]:/var/www/viriditas.geomap.de/friedrichssegen.app",
"deploy-dev": "rsync -avt --delete --exclude-from=.exclude . [email protected]:/var/www/viriditas.geomap.de/friedrichssegen.dev",
"serve": "http-server -p 1336 . -c-1",
"test": "echo \"Error: no test specified\" && exit 1",
"optimize": "bin/optimize-pdfs.sh; bin/optimize-pdfjs-svgs.sh",
"release": "bin/create-release-package.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/MarkPrys/Saechsische-Schweiz"
},
"keywords": [
"pwa",
"viriditas"
],
"options": {
"editorconfig": true
}
}