-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (38 loc) · 1.18 KB
/
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
35
36
37
38
39
40
41
{
"name": "dig245-critical-web-design",
"version": "1.0.0",
"description": "Tutorials, demos, and resources for DIG 245 Critical Web Design",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omundy/dig245-critical-web-design.git"
},
"author": "Owen Mundy",
"license": "Attribution-NonCommercial 4.0 International",
"bugs": {
"url": "https://github.com/omundy/dig245-critical-web-design/issues"
},
"homepage": "https://github.com/omundy/dig245-critical-web-design#readme",
"marp": {
"author": "Owen Mundy",
"title": "DIG 245 Critical Web Design",
"keywords": "html, css, bootstrap, web design, usability, javascript, js, jquery",
"allowLocalFiles": true,
"html": true,
"inputDir": "topics",
"output": "slides",
"watch": true,
"bespoke": {
"progress": true
},
"theme": "owen",
"themeSet": ["assets/css/"],
"minifyCSS": false,
"script": {
"source": ["assets/js/"]
}
}
}