-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.01 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
{
"name": "living-syllabus",
"version": "1.0.0",
"description": "> **Compatibility Note:** While this guide focuses on **Canvas**, this tool produces standard, flat HTML5 that works equally well in **Blackboard**, **Moodle**, **Brightspace (D2L)**, and any other LMS that accepts HTML input.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanncode/living-syllabus.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ryanncode/living-syllabus/issues"
},
"homepage": "https://github.com/ryanncode/living-syllabus#readme",
"dependencies": {
"cssnano": "^7.1.2",
"juice": "^11.0.3",
"node-pandoc": "^0.3.0",
"postcss": "^8.5.6",
"postcss-css-variables": "^0.19.0",
"postcss-prefix-selector": "^2.1.1"
},
"devDependencies": {
"onchange": "^7.1.0"
}
}