-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhmm.json
44 lines (44 loc) · 928 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"dependencies": [
{
"name": "continuation",
"type": "git",
"dir": null,
"ref": "master",
"url": "https://github.com/jonasmalacofilho/haxe-continuation"
},
{
"name": "hxnodejs",
"type": "git",
"dir": null,
"ref": "master",
"url": "https://github.com/HaxeFoundation/hxnodejs"
},
{
"name": "jmf-npm-externs",
"type": "git",
"dir": null,
"ref": "master",
"url": "https://github.com/jonasmalacofilho/jmf-npm-externs.hx"
},
{
"name": "utest",
"type": "haxelib",
"version": null
},
{
"name": "version",
"type": "git",
"dir": null,
"ref": "master",
"url": "https://github.com/ypid/haxe-version"
},
{
"name": "yaml",
"type": "git",
"dir": "src",
"ref": "master",
"url": "https://github.com/mikestead/hx-yaml"
}
]
}