mirror of https://github.com/embarklabs/embark.git
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"httpContractsDirectory": ".embark/contracts/",
|
|
"contexts": {
|
|
"simulator": "simulator",
|
|
"blockchain": "blockchain",
|
|
"templateGeneration": "templateGeneration",
|
|
"run": "run",
|
|
"upload": "upload",
|
|
"build": "build",
|
|
"console": "console",
|
|
"graph": "graph",
|
|
"test": "test",
|
|
"reset": "reset",
|
|
"any": "any"
|
|
},
|
|
"events": {
|
|
"contractFilesChanged": "contractFilesChanged",
|
|
"contractConfigChanged": "contractConfigChanged"
|
|
},
|
|
"process": {
|
|
"processLaunchRequest": "process:launch-request",
|
|
"processLaunchComplete": "process:launch-complete",
|
|
"log": "log",
|
|
"events": {
|
|
"on": "on",
|
|
"request": "request",
|
|
"response": "response"
|
|
}
|
|
},
|
|
"pipeline": {
|
|
"init": "init",
|
|
"build": "build",
|
|
"initiated": "initiated",
|
|
"built": "built"
|
|
},
|
|
"blockchain": {
|
|
"blockchainReady": "blockchainReady",
|
|
"blockchainExit": "blockchainExit",
|
|
"init": "init",
|
|
"initiated": "initiated",
|
|
"servicePortOnProxy": 10
|
|
},
|
|
"storage": {
|
|
"init": "init",
|
|
"initiated": "initiated"
|
|
}
|
|
}
|