mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 20:18:42 +00:00
16 lines
270 B
JSON
16 lines
270 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"versions": {
|
|
"web3": "1.0.0-beta",
|
|
"solc": "0.5.0",
|
|
"ipfs-api": "17.2.4",
|
|
"p-iteration": "1.1.7"
|
|
},
|
|
"plugins": {
|
|
"embarkjs-connector-web3": {}
|
|
}
|
|
}
|