-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflat.json
29 lines (29 loc) · 855 Bytes
/
flat.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
{
"name": "SimpleGapRule",
"version": "1.0.0",
"description": "Simple Gap Rule",
"author": "Braden Steffaniak",
"license": "ISC",
"defaultTarget": "js",
"scripts": {
"test": "node dist/js/test.js"
},
"sources": {
"main": {
"mainClass": "simplegaprule/SimpleGapRuleProgram",
"source": "src/main",
"dependencies": {
"https://github.com/FlatLang/Json.git": "master",
"https://github.com/FlatLang/System.git": "master",
"https://github.com/FlatLang/IO.git": "master"
}
},
"test": {
"mainClass": "simplegaprule/AllTestsRunner",
"source": "src",
"dependencies": {
"https://github.com/FlatLang/Test.git": "master"
}
}
}
}