-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lib.json
More file actions
33 lines (33 loc) · 871 Bytes
/
package-lib.json
File metadata and controls
33 lines (33 loc) · 871 Bytes
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
{
"version" : "0.23.2",
"name" : "jparse-code",
"description" : "An in-progress suite of parsing/transpilation tools for C#, Java, and TypeScript code. Generates simple JSON ASTs.",
"homepage" : "https://github.com/TeamworkGuy2/JParseCode",
"license" : "MIT",
"main" : "./bin/jparse_code.jar",
"dependencies" : {
"jackson-annotations": "~2.5.0",
"jackson-core": "~2.5.0",
"jackson-databind": "~2.5.0",
"jarrays": "*",
"jcollection-builders": "*",
"jcollection-util": "*",
"jdata-util": "*",
"jdate-times": "*",
"jfile-io": "*",
"jfunc": "*",
"jinterfaces": "*",
"jparse-primitive": "*",
"jprimitive-collections": "*",
"jrange": "*",
"jsimple-types": "*",
"json-io": "*",
"json-stringify": "*",
"jstreamish": "*",
"jtext-parser": "*",
"jtext-tokenizer": "*",
"jtext-util": "*",
"jtree-walker": "*",
"jtuples": "*"
}
}