-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.02 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": "modern-cpp",
"version": "1.0.1",
"description": "slides on modern C++",
"main": "index.js",
"type": "module",
"scripts": {
"present": "reveal-md slides/slides.md -w",
"generate": "reveal-md slides/slides.md --static .site",
"test": "mocha",
"spellcheck": "cspell 'slides/**/*.md'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvirtz/modern-cpp.git"
},
"keywords": [
"reveal.js"
],
"author": "Dvir Yitzchaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/dvirtz/modern-cpp/issues"
},
"devDependencies": {
"ansi-colors": "^4.1.1",
"bent": "^7.3.10",
"chai": "^4.2.0",
"cspell": "^4.1.0",
"filehound": "^1.17.4",
"github-fork-ribbon-css": "^0.2.3",
"jquery": "^3.5.1",
"mathjax": "^2.7.4",
"mocha": "^8.1.3",
"promise-retry": "^2.0.1",
"reveal-compiler-explorer": "^3.3.0",
"reveal-md": "^6.1.3",
"reveal-test": "^3.3.0"
},
"homepage": "https://github.com/dvirtz/modern-cpp#readme"
}