-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnfive.lock
50 lines (50 loc) · 1.05 KB
/
nfive.lock
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
plugins:
- &o0
name: IgiCore/inventory
version: 0.1.0
description: NFive Plugin
author: IgiCore
license: LGPL-3.0-or-later
server:
main:
- IgiCore.Inventory.Server
include:
- IgiCore.Inventory.Shared
client:
main:
- IgiCore.Inventory.Client
include:
- IgiCore.Inventory.Shared
files:
- Overlays/InventoryOverlay.html
- dependency_nodes:
- *o0
name: IgiCore/characters
version: 1.0.0
description: NFive Plugin
author: IgiCore
license: LGPL
server:
main:
- IgiCore.Characters.Server
include:
- IgiCore.Characters.Shared
client:
main:
- IgiCore.Characters.Client
include:
- IgiCore.Characters.Shared
files:
- Overlays/CharacterOverlay.html
- Overlays/Character.js
- Overlays/CharacterSelect.js
- Overlays/gravity.woff2
- Overlays/main.js
- Overlays/pricedown.woff2
- Overlays/style.css
dependencies:
IgiCore/inventory: ^0.1.0
repositories:
- name: IgiCore/inventory
type: local
path: G:\Workspace\plugins\IgiCore\inventory