forked from facebook/infer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 943 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
{
"version": "0.9.4",
"description": "infer",
"exportedEnvVars": {
"FINDLIB": {
"global": true,
"resolveAsRelativePath": true,
"globalCollisionBehavior": "joinPath",
"val": "./_build/ocamlfind/lib"
}
},
"name": "infer",
"dependencies": {
"@opam-alpha/ocamlfind": "*",
"@opam-alpha/ocaml": "4.2.3",
"@opam-alpha/sawja": "^ 1.5.2",
"@opam-alpha/atdgen": "^ 1.10.0",
"@opam-alpha/javalib": "^ 2.3.2",
"@opam-alpha/extlib-compat": "1.7.0",
"@opam-alpha/ounit": "2.0.0",
"@opam-alpha/ocp-indent": "1.5.3",
"reason": "1.4.0-source",
"dependency-env": "https://github.com/npm-ml/dependency-env.git",
"substs": "https://github.com/yunxing/substs.git",
"opam-installer-bin": "https://github.com/yunxing/opam-installer-bin.git",
"nopam": "https://github.com/yunxing/nopam.git"
},
"scripts": {
"shell": "eval $(dependencyEnv) && nopam && bash"
}
}