-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 926 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
32
33
34
35
{
"name": "versus",
"version": "1.0.0",
"description": "An open sourced, community driven, living document for Epic Games' Verse programming language",
"main": "index.js",
"scripts": {
"dev": "npx honkit serve ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/glinesbdev/versus.git"
},
"keywords": [
"UEFN",
"Verse",
"Unreal Editor for Fortnite",
"Tutorial"
],
"author": "Bradyn Glines <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/glinesbdev/versus/issues"
},
"homepage": "https://github.com/glinesbdev/versus#readme",
"dependencies": {
"gitbook-plugin-code": "^0.1.0",
"gitbook-plugin-collapsible-menu": "^1.0.3",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-heading-anchors": "^1.0.3",
"gitbook-plugin-richquotes": "^0.0.9"
},
"devDependencies": {
"honkit": "^4.0.7"
}
}