2018-04-19 18:26:11 +00:00
|
|
|
{
|
2018-04-24 18:42:56 +00:00
|
|
|
"httpContractsDirectory": ".embark/contracts/",
|
|
|
|
"contexts": {
|
|
|
|
"simulator": "simulator",
|
|
|
|
"blockchain": "blockchain",
|
2018-04-25 14:34:17 +00:00
|
|
|
"templateGeneration": "templateGeneration",
|
|
|
|
"run": "run",
|
|
|
|
"upload": "upload",
|
|
|
|
"build": "build",
|
|
|
|
"graph": "graph",
|
|
|
|
"test": "test",
|
|
|
|
"reset": "reset",
|
2018-04-24 18:42:56 +00:00
|
|
|
"any": "any"
|
|
|
|
},
|
|
|
|
"events": {
|
2018-04-27 17:50:57 +00:00
|
|
|
"contractFilesChanged": "contractFilesChanged"
|
2018-04-24 18:42:56 +00:00
|
|
|
}
|
2018-04-19 18:26:11 +00:00
|
|
|
}
|