embark/test_apps/contracts_app/embark.json

10 lines
142 B
JSON
Raw Normal View History

2017-02-10 00:38:02 +00:00
{
2018-03-29 22:35:10 +00:00
"contracts": ["contracts/**"],
"app": {},
"buildDir": "build/",
"config": "config2/",
2017-02-10 00:38:02 +00:00
"plugins": {
"embark-service": {}
2017-02-10 00:38:02 +00:00
}
}