26 lines
447 B
JSON
26 lines
447 B
JSON
{
|
|
"name": "flying-jib",
|
|
"type": "terminal",
|
|
"pre": false,
|
|
"stage": {
|
|
"ignore": [
|
|
".git",
|
|
".github",
|
|
".gitignore",
|
|
"node_modules",
|
|
"out",
|
|
"test",
|
|
"living_docs",
|
|
"developer_docs",
|
|
"user_docs",
|
|
"agent",
|
|
"*.md"
|
|
]
|
|
},
|
|
"multisig": {
|
|
"namespace": "flying-jib/flying-jib",
|
|
"quorum": 2,
|
|
"publicKeys": ["<PUBKEY_HERE>", "<PUBKEY_HERE>", "<PUBKEY_HERE>"]
|
|
}
|
|
}
|