foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

Does Foam have many external dependencies? #544

Closed Kentoseth closed 8 years ago

Kentoseth commented 8 years ago

I found this package.json here:

https://github.com/foam-framework/foam/blob/d917104590005ad22308fe8f27e75ef6c6838136/apps/todo/package.json

and it looks like Foam does not have many external dependencies.

If it does, can you please explain how it relies on such dependencies (eg. which libs does it depend on from the npm registry & how they are called)?

adamvy-google commented 8 years ago

FOAM has no external dependencies. That package.json is only for the TodoMVC demo app, which has some dependencies other than FOAM.