-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
32 lines (32 loc) · 833 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
{
"name": "htl-csharp",
"version": "0.1.0",
"description": "Material for C# at HTL Perg",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"concurrently": "^4.1.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-ssi": "^0.1.3",
"jquery": "^3.4.1",
"reveal.js": "^3.8.0",
"serve": "^11.1.0"
},
"scripts": {
"clean": "gulp clean",
"build": "gulp clean && gulp",
"start": "gulp clean && concurrently \"gulp watch\" \"serve dist\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstropek/htl-csharp.git"
},
"author": "Rainer Stropek",
"license": "MIT",
"bugs": {
"url": "https://github.com/rstropek/htl-csharp/issues"
},
"homepage": "https://github.com/rstropek/htl-csharp#readme"
}