2017-02-10 00:38:02 +00:00
|
|
|
{
|
2018-01-11 14:29:42 +00:00
|
|
|
"contracts": ["app/contracts/**", "contracts/**"],
|
2017-02-10 00:38:02 +00:00
|
|
|
"app": {
|
2017-12-13 14:01:53 +00:00
|
|
|
"js/jquery.js": "app/js/_vendor/jquery.min.js",
|
|
|
|
"js/bootstrap.js": "app/js/_vendor/bootstrap.min.js",
|
2017-02-10 00:38:02 +00:00
|
|
|
"css/app.css": ["app/css/**"],
|
|
|
|
"images/": ["app/images/**"],
|
2017-12-13 22:36:24 +00:00
|
|
|
"js/app.js": ["app/js/index.js"],
|
2018-01-03 18:44:35 +00:00
|
|
|
"js/test.js": ["app/js/_vendor/jquery.min.js", "app/js/_vendor/async.min.js", "app/js/test.js", "app/js/non_existant_file.js"],
|
2017-02-10 02:05:45 +00:00
|
|
|
"index.html": "app/index.html",
|
2017-02-20 22:12:13 +00:00
|
|
|
"test.html": "app/test.html",
|
2018-02-28 22:45:39 +00:00
|
|
|
"test2.html": "app/test2.html",
|
|
|
|
"test3.html": "app/test3.haml"
|
2017-02-10 00:38:02 +00:00
|
|
|
},
|
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
2018-03-31 23:35:20 +00:00
|
|
|
"versions": {
|
2018-06-01 22:09:54 +00:00
|
|
|
"solc": "0.4.24",
|
2018-07-11 22:04:10 +00:00
|
|
|
"web3": "1.0.0-beta",
|
2018-06-27 00:45:46 +00:00
|
|
|
"ipfs-api": "17.2.7"
|
2018-03-31 23:35:20 +00:00
|
|
|
},
|
2017-02-10 00:38:02 +00:00
|
|
|
"plugins": {
|
2017-03-16 11:31:52 +00:00
|
|
|
"embark-service": {}
|
2017-02-10 00:38:02 +00:00
|
|
|
}
|
|
|
|
}
|