forked from rstropek/htl-mobile-computing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 843 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
{
"name": "htl-mobile-computing",
"version": "0.1.0",
"description": "Material for Mobile Computing at HTL Perg",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"concurrently": "^4.0.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-ssi": "^0.1.3",
"jquery": "^3.3.1",
"reveal.js": "^3.7.0",
"serve": "^10.0.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-mobile-computing.git"
},
"author": "Rainer Stropek",
"license": "MIT",
"bugs": {
"url": "https://github.com/rstropek/htl-mobile-computing/issues"
},
"homepage": "https://github.com/rstropek/htl-mobile-computing#readme"
}