-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 KB
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
{
"name": "projekt-rlp-sms",
"version": "1.0.2",
"description": "Projekt um eine SMS zur Anmeldung von Patienten im Rettungsdienstbereich Rheinhesse & Nahe zu erzeugen. Das Projekt soll eine datenschutzfreundliche, appartige und vor allem benutzerfreundliche Variante sein solch eine SMS zu erzeugen. ",
"repository": {
"type": "git",
"url": "git@github.com-sancardriver:sancardriver/Projekt-RLP-SMS.git"
},
"keywords": [
"SMS",
"RLP",
"Anmeldung",
"Rheinhessen",
"Nahe",
"Rettungsdienst"
],
"author": "Jonathan Starck",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-filter": "^7.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-version-number": "^0.2.4",
"moment": "^2.29.4",
"sass": "^1.57.1"
}
}