-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflat.json
37 lines (37 loc) · 1.33 KB
/
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
30
31
32
33
34
35
36
37
{
"name": "Flat-Flat-Writer",
"version": "0.1.0",
"description": "Flat Language Flat Writer",
"author": "Braden Steffaniak",
"license": "ISC",
"defaultTarget": "es6",
"scripts": {
"test": "node dist/es6/test.js"
},
"sources": {
"main": {
"source": "src",
"dependencies": {
"https://github.com/FlatLang/System.git": "master",
"https://github.com/FlatLang/IO.git": "master",
"https://github.com/FlatLang/Flat-AST.git": "master",
"https://github.com/FlatLang/Compiler-String-Extensions.git": "master",
"https://github.com/FlatLang/Time.git": "master",
"https://github.com/FlatLang/Flat-Annotations.git": "master",
"https://github.com/FlatLang/Flat-Compiler-Models.git": "master",
"https://github.com/FlatLang/Logger.git": "master",
"https://github.com/FlatLang/Event-Stream.git": "master",
"https://github.com/FlatLang/Flat-Writer.git": "master",
"https://github.com/FlatLang/Parser-Core.git": "master",
"https://github.com/FlatLang/Flat-Parser.git": "master"
}
},
"test": {
"mainClass": "flat/writer/flat/FlatWriter_TestSuite",
"source": "src/**/*_Test*.flat",
"dependencies": {
"https://github.com/FlatLang/Test.git": "master"
}
}
}
}