forked from ShadowMario/FNF-PsychEngine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hmm.json
32 lines (32 loc) · 988 Bytes
/
hmm.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
{
"dependencies": [
{"name": "lime", "type": "git", "dir": "lime",
"ref": "modified",
"url": "https://github.com/Raltyro/lime"
},
{"name": "openfl", "type": "git", "dir": "openfl",
"ref": "modified",
"url": "https://github.com/Raltyro/openfl"
},
{"name": "flixel", "type": "git", "dir": "flixel",
"ref": "dev",
"url": "https://github.com/Raltyro/flixel"
},
{"name": "flixel-tools", "type": "haxelib"},
{"name": "flixel-ui", "type": "haxelib"},
{"name": "flixel-addons", "type": "haxelib"},
{"name": "discord_rpc", "type": "git", "dir": "discord_rpc",
"ref": "master",
"url": "https://github.com/Aidan63/linc_discord-rpc"
},
{"name": "hxCodec", "type": "git", "dir": "hxCodec",
"ref": "main",
"url": "https://github.com/Raltyro/hxCodec"
},
{"name": "hscript", "type": "haxelib"},
{"name": "linc_luajit-ralt", "type": "git", "dir": "linc_luajit-ralt",
"ref": "ralf",
"url": "https://github.com/Raltyro/linc_luajit"
}
]
}