ejson/GLD_ejson-sample.json

41 lines
692 B
JSON

{
"type":"BINARY",
"sub-type":"SAMPLE",
"group-id":"com.atria-soft",
"description":"e-json sample",
"license":"MPL-2",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"sample/main.cpp",
"sample/read.cpp",
"sample/write.cpp"
],
"dependency": [
"ejson",
"test-debug"
],
"copy": [
{
"file":"sample/read.json"
}
],
"path":[
"."
],
"flag": {
"language": "c++",
"value": [
"-DPROJECT_NAME=\"{{{project.name}}}\"",
"-DAPPL_VERSION=\"{{{project.version}}}\""
]
},
"package":{
"SECTION": "Game",
"PRIORITY": "optional"
}
}