-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 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
46
47
{
"name": "@reldens/skills",
"scope": "@reldens",
"version": "0.29.0",
"description": "Reldens - Skills",
"author": "Damian A. Pastorini",
"license": "MIT",
"homepage": "https://github.com/damian-pastorini/reldens-skills",
"source": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/damian-pastorini/reldens-skills.git"
},
"keywords": [
"reldens",
"skill",
"hability",
"attack",
"defense",
"magic",
"class",
"level",
"path",
"game",
"mmorpg",
"rpg",
"dwd",
"colyseus",
"phaser",
"parcel",
"nodejs",
"mmo",
"multiplayer",
"rol",
"platform",
"framework"
],
"bugs": {
"url": "https://github.com/damian-pastorini/reldens-skills/issues"
},
"dependencies": {
"@reldens/modifiers": "^0.23.0",
"@reldens/storage": "^0.28.0",
"@reldens/utils": "^0.36.0"
}
}