forked from jordwalke/flex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "flex",
"version": "1.2.2",
"description": "Implementation CSS layout using pure Reason - powered by css-layout project",
"repository": {
"type": "git",
"url": "https://github.com/jordwalke/flex.git"
},
"keywords": [
"css",
"flex",
"flexbox",
"layout",
"reason",
"reasonml",
"ocaml"
],
"esy": {
"build": [
[ "refmterr", "jbuilder", "build" ]
],
"install": [
"esy-installer"
],
"buildsInSource": "_build"
},
"dependencies": {
"@opam/dune": "^1.0.0",
"@esy-ocaml/reason": "^3.0.0",
"refmterr": "^3.0.4"
},
"peerDependencies": {
"ocaml": "~4.6.0"
},
"devDependencies": {
"@opam/merlin": "*",
"@opam/js_of_ocaml": "*",
"@opam/js_of_ocaml-ppx": "*",
"@opam/js_of_ocaml-lwt": "*",
"ocaml": "~4.6.0"
},
"TODO": "Add back the jsoo targets and some scripts to run the benchmarks in various JS VMs.",
"scripts": {
"postinstall": "Welcome to Flex! You have installed Flex with npm, but Flex is a native Reason library. Use 'esy' to manage native Reason projects. See the README instructions - it's really easy."
}
}