-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"name": "shift-x",
"version": "1.0.0",
"description": "A superheroic roleplaying game Forged in the Dark",
"main": "",
"scripts": {
"publish": "gulp publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nevenall/Shift-X.git"
},
"author": "Dan Behlings",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nevenall/Shift-X/issues"
},
"homepage": "https://github.com/Nevenall/Shift-X#readme",
"dependencies": {
"@types/gulp": "^4.0.6",
"@types/node": "^12.7.8",
"book": "git+https://github.com/nevenall/Book.git",
"convert-vinyl-to-vfile": "^2.0.0",
"delete": "^1.1.0",
"fancylog": "^4.0.3",
"fast-glob": "^3.0.4",
"gulp": "^4.0.2",
"gulp-count-stat": "^1.0.0",
"minimist": "^1.2.0",
"natives": "^1.1.6",
"node-fetch": "^2.6.0",
"node-powershell": "^4.0.0",
"rehype-format": "^3.0.0",
"rehype-slug": "^2.0.3",
"rehype-stringify": "^6.0.0",
"rehype-urls": "^1.1.1",
"remark": "^11.0.1",
"remark-containers": "^1.1.2",
"remark-frontmatter": "^1.3.2",
"remark-lint": "^6.0.5",
"remark-parse": "^7.0.1",
"remark-parse-yaml": "0.0.3",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"remark-rehype": "^5.0.0",
"remark-sub-super": "^1.0.19",
"remark-terms": "^2.1.2",
"simple-git": "^1.128.0",
"spellchecker": "^3.7.0",
"unified": "^8.4.0",
"unified-stream": "^1.0.5",
"unist-util-visit": "^2.0.0",
"write-good": "^1.0.2",
"gulp-rename": "^2.0.0"
}
}