I need this file to provide dependencies for Karma file configuration, some like [MEAN.IO](https://github.com/linnovate/mean). MEAI.IO use [assest.json](https://github.com/linnovate/mean/blob/master/config/assets.json) file to load all javascript files necesaries to do [test](https://github.com/linnovate/mean/blob/master/karma.conf.js#L18) and use the same file to provide scripts in the main [index.html](https://github.com/linnovate/mean/blob/master/packages/system/server/views/includes/foot.html#L2) page.
I need this file to provide dependencies for Karma file configuration, some like MEAN.IO.
MEAI.IO use assest.json file to load all javascript files necesaries to do test and use the same file to provide scripts in the main index.html page.