-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 731 Bytes
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
{
"name": "dmit-1508.github.io",
"version": "1.5.0",
"main": "index.html",
"description": "DMIT-1508 Student Notes",
"repository": "https://github.com/DMIT-1508/DMIT-1508.github.io.git",
"author": "Dan Gilleland <dgilleland@nait.ca>",
"license": "UNLICENSED",
"scripts": {
"test": "vuepress build"
},
"devDependencies": {
"markdown-it-abbr": "^1.0.4",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-footnote": "^3.0.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-kbd": "^1.1.1",
"markdown-it-mark": "^2.0.0",
"markdown-it-mermaid": "^0.2.5",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"vuepress": "^0.14.2"
}
}