mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-25 11:55:47 +00:00
11 lines
150 B
JSON
11 lines
150 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {},
|
|
"buildDir": "build/",
|
|
"config": "./",
|
|
"versions": {
|
|
"solc": "0.4.17"
|
|
},
|
|
"plugins": {}
|
|
}
|