-
-
Notifications
You must be signed in to change notification settings - Fork 356
/
package.json
31 lines (31 loc) · 974 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
{
"name": "algorithm-archive",
"description": "A collaborative book on algorithms",
"version": "0.0.1",
"maintainers": [
{
"name": "James Schloss"
}
],
"dependencies": {
"gitbook-plugin-api-language-selector": "git+https://github.com/algorithm-archivists/gitbook-plugin-api-language-selector.git",
"gitbook-plugin-bibtex-cite": "^1.1.0",
"gitbook-plugin-bulk-redirect": "^0.2.1",
"gitbook-plugin-ga": "^2.0.0",
"gitbook-plugin-include-codeblock": "^3.2.2",
"gitbook-plugin-mathjax": "git+https://github.com/algorithm-archivists/plugin-mathjax.git",
"gitbook-plugin-prism": "^2.4.0",
"gitbook-plugin-wordcount": "^0.0.1",
"honkit": "^3.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/algorithm-archivists/algorithm-archive.git"
},
"license": "MIT",
"scripts": {
"build": "honkit build",
"serve": "honkit serve"
},
"homepage": "https://www.algorithm-archive.org/"
}