-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.02 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": "@reldens/items-system",
"scope": "@reldens",
"version": "0.29.0",
"description": "Reldens - Items System",
"author": "Damian A. Pastorini",
"license": "MIT",
"homepage": "https://github.com/damian-pastorini/reldens-items",
"source": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/damian-pastorini/reldens-items.git"
},
"keywords": [
"reldens",
"items",
"system",
"item",
"shop",
"trade",
"exchange",
"game",
"mmorpg",
"rpg",
"dwd",
"colyseus",
"phaser",
"parcel",
"nodejs",
"mmo",
"multiplayer",
"rol",
"platform",
"framework"
],
"bugs": {
"url": "https://github.com/damian-pastorini/reldens-items/issues"
},
"dependencies": {
"@reldens/modifiers": "^0.23.0",
"@reldens/storage": "^0.28.0",
"@reldens/utils": "^0.36.0"
}
}