If you are talking about node dependencies, git clone cordova-lib (
https://github.com/apache/cordova-lib) and run npm ls

On Mon, May 4, 2015 at 11:36 AM, Dmitry Blotsky <dblot...@microsoft.com>
wrote:

> Hi Demosthenes,
>
> If you're talking about JS modules in the CLI and tools, you can track the
> calls to `require()`. If you're talking about JS files used in the runtime,
> you would want to look at the HTML <source> elements. If you're talking
> about the native source, you probably want to look at the native inclusion
> mechanisms ("import" for java, etc.). The dependencies between the JS and
> native files: I'm not sure about. Stick around though; likely other folks
> will have more to say than I.
>
> Kindly,
> Dmitry
>
> -----Original Message-----
> From: Dimosthenis Kontogiorgos [mailto:czn...@alumni.ku.dk]
> Sent: Monday, May 4, 2015 2:04 AM
> To: dev@cordova.apache.org
> Subject: Cordova dependencies
>
> Hello,
>
> I am currently working on a research project involving analysis of module
> dependencies in Cordova. How can one extract a list of all modules and
> their dependencies from Cordova?
>
> Best regards,
>
> Dimosthenis Kontogiorgos
> MSc, University of Copenhagen
> (+45) 22 55 83 36
> demosthenes.dk<http://demosthenes.dk>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>

Reply via email to