-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 890 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
36
37
38
{
"name": "@reldens/modifiers",
"scope": "@reldens",
"version": "0.22.0",
"description": "Reldens - Modifiers",
"author": "Damian A. Pastorini",
"license": "MIT",
"homepage": "https://github.com/damian-pastorini/reldens-modifiers",
"source": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/damian-pastorini/reldens-modifiers.git"
},
"keywords": [
"reldens",
"modifiers",
"game",
"mmorpg",
"rpg",
"dwd",
"colyseus",
"phaser",
"parcel",
"nodejs",
"mmo",
"multiplayer",
"rol",
"platform",
"framework"
],
"bugs": {
"url": "https://github.com/damian-pastorini/reldens-modifiers/issues"
},
"dependencies": {
"@reldens/utils": "^0.30.0"
}
}