Files
Photography/package.json
Kroonk c885d22346 Personalisierung: Mischkomposition by Tom Misch + Docker Setup
- Website umbenannt zu "Mischkomposition by Tom Misch"
- Domain: tom.mischlabs.de
- Kontakt: tom@mischlabs.de
- Instagram: @Mischkomposition verlinkt
- Sponsor-Bereich und Originalautor-Verweise entfernt
- Google Analytics deaktiviert
- Kontaktformular auf Deutsch und mit mailto
- Docker Setup: Dockerfile, docker-compose.yml, nginx.conf fuer NAS

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 13:52:19 +02:00

35 lines
841 B
JSON

{
"name": "mischkomposition",
"version": "1.0.0",
"description": "Mischkomposition - Photography Portfolio by Tom Misch",
"main": "npmfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kroonk/Photography.git"
},
"keywords": [
"photography",
"portfolio",
"mischkomposition"
],
"author": "Tom Misch",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Kroonk/Photography/issues"
},
"homepage": "https://github.com/Kroonk/Photography#readme",
"devDependencies": {
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-filter": "^9.0.1",
"gulp-image-resize": "^0.13.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^3.0.0",
"sass": "^1.25.0"
}
}