-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.66 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.66 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "sufficientreason",
"version": "1.0.0",
"description": "A mage campaign using cortex prime",
"main": "",
"scripts": {
"publish": "gulp publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nevenall/SufficientReason.git"
},
"author": "Dan Behlings",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nevenall/SufficientReason/issues"
},
"homepage": "https://github.com/Nevenall/SufficientReason#readme",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"@types/gulp": "^4.0.6",
"@types/node": "^14.14.6",
"book": "git+https://github.com/nevenall/Book.git",
"convert-vinyl-to-vfile": "^2.1.2",
"delete": "^1.1.0",
"esm": "^3.2.25",
"fancylog": "^4.0.5",
"fast-glob": "^3.2.4",
"gulp": "^4.0.2",
"gulp-count-stat": "^1.0.0",
"gulp-rename": "^2.0.0",
"minimist": "^1.2.5",
"natives": "^1.1.6",
"node-fetch": "^2.6.1",
"node-powershell": "^4.0.0",
"rehype-format": "^3.1.0",
"rehype-slug": "^3.0.0",
"rehype-stringify": "^8.0.0",
"rehype-urls": "^1.1.1",
"remark": "^12.0.1",
"remark-containers": "^1.2.0",
"remark-frontmatter": "^2.0.0",
"remark-lint": "^7.0.1",
"remark-parse": "^8.0.3",
"remark-parse-yaml": "0.0.3",
"remark-preset-lint-markdown-style-guide": "^3.0.1",
"remark-rehype": "^7.0.0",
"remark-sub-super": "^1.0.19",
"remark-terms": "^2.1.2",
"simple-git": "^2.20.1",
"spellchecker": "^3.7.0",
"unified": "^9.2.0",
"unified-stream": "^1.0.6",
"unist-util-visit": "^2.0.3",
"write-good": "^1.0.3"
}
}