-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 957 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
{
"name": "software.contraband.inventories",
"version": "1.1.0",
"description": "A framework of very bare metal scripts to facilitate inventory systems in your games. It is very easy to hook your own logic in at every point.",
"displayName": "Inventories",
"unity": "2019.1",
"type": "framework",
"hideInEditor": false,
"author": {
"name": "Sam Taseff",
"email": "sgttaseff1@sheffield.ac.uk",
"url": "https://contraband.software/"
},
"keywords": [
"Inventory"
],
"samples": [
{
"displayName": "Prefab Objects",
"description": "Contains sample prefabs for the cyan inventory system package.",
"path": "Samples~/Prefabs"
},
{
"displayName": "Behaviour Scripts",
"description": "Contains sample secondary bahaviour scripts for the cyan inventory system package.",
"path": "Samples~/Behaviour"
}
],
"dependencies": {
"software.contraband.editor": "1.0.0"
}
}