-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
49 lines (49 loc) · 980 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "reason-glfw",
"version": "3.2.1029",
"description": "GLFW bindings for OCaml",
"url": "https://github.com/revery-ui/reason-glfw",
"license": "MIT",
"esy": {
"build": [
[
"dune",
"build",
"--root",
"."
],
[
"dune",
"build",
"--root",
".",
"./bin_js/test_glfw.bc.js"
]
],
"install": [
"esy-installer"
]
},
"peerDependencies": {
"ocaml": "^4.6.0"
},
"dependencies": {
"@opam/dune": "*",
"@esy-ocaml/reason": "^3.3.7",
"refmterr": "^3.1.0",
"@opam/js_of_ocaml": "^3.3.0",
"@opam/js_of_ocaml-compiler": "^3.3.0",
"@opam/js_of_ocaml-lwt": "^3.3.0",
"@opam/lwt": "^4.0.0",
"@opam/lwt_ppx": "^1.1.0",
"esy-glfw": "^3.2.1008",
"esy-cmake": "^0.3.4",
"reason-gl-matrix": "^0.9.9305"
},
"resolutions": {
"@opam/cmdliner": "1.0.2"
},
"devDependencies": {
"ocaml": "^4.6.0"
}
}