-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 876 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
33
34
{
"name": "webdevcourse",
"version": "0.1.0",
"description": "Material for WebDev Course",
"main": "index.html",
"dependencies": {
"figlet-cli": "^0.1.0"
},
"devDependencies": {
"concurrently": "^3.5.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-ssi": "^0.1.3",
"jquery": "^3.2.1",
"merge-stream": "^1.0.1",
"reveal.js": "^3.5.0",
"serve": "^6.0.2"
},
"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/2018-10-ng-training.git"
},
"author": "Rainer Stropek",
"license": "MIT",
"bugs": {
"url": "https://github.com/rstropek/2018-10-ng-training/issues"
},
"homepage": "https://github.com/rstropek/2018-10-ng-training#readme"
}