-
Notifications
You must be signed in to change notification settings - Fork 0
/
haxelib.json
33 lines (33 loc) · 928 Bytes
/
haxelib.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
{
"name": "domwires-devkit-hx",
"url": "https://github.com/CrazyFlasher/domwires-devkit-hx",
"license": "MIT",
"tags": [
"mvc",
"framework",
"js",
"html5",
"nodejs",
"server",
"web",
"socket",
"mongodb"
],
"description": "DomWires Framework Devkit",
"version": "1.0.0-alpha.1",
"releasenote": "See commit logs on GitHub",
"contributors": [
"CrazyFlasher"
],
"classPath": "src",
"dependencies": {
"DomWires": "1.0.0-alpha.17",
"hxnodejs": "12.1.0",
"hxnodelibs": "git:https://github.com/CrazyFlasher/hxnodelibs#c1b6389835cb307fd7b6a7ac8dd1b7760eff7c97",
"tink_await": "git:https://github.com/haxetink/tink_await#c063e7803367335f86fc27b9e4ade8167df3eb2d",
"hxWebSockets": "git:https://github.com/CrazyFlasher/hxWebSockets.git#8f902efb715ff712cb8690535ec340655414541a",
"hxp": "1.1.4",
"utest": "1.13.2",
"test-adapter": "1.2.10"
}
}