-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.15 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
42
43
44
45
{
"name": "@dice-roller/rpg-dice-roller-docs",
"version": "4.5.0",
"description": "The documentation for the rpg-dice-roller",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dice-roller/documentation.git"
},
"keywords": [
"dice",
"roller",
"rpg",
"roll",
"pathfinder",
"d&d",
"dnd",
"notation",
"docs",
"documentation",
"manual",
"help"
],
"author": "GreenImp Media <[email protected]> (https://greenimp.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dice-roller/documentation/issues"
},
"homepage": "https://dice-roller.github.io/documentation",
"devDependencies": {
"@dice-roller/vuepress-plugin-dice-roller": "^1.3.3",
"@vuepress/plugin-back-to-top": "2.0.0-beta.63",
"@vuepress/plugin-docsearch": "2.0.0-beta.63",
"@vuepress/plugin-search": "2.0.0-beta.63",
"vuepress": "2.0.0-beta.63",
"vuepress-plugin-copy-code2": "^2.0.0-beta.227",
"vuepress-plugin-md-enhance": "^2.0.0-beta.227"
}
}