Hi!
We (
i.tv) have a real need for something like this. Thanks for your work.
I wrote a couple github issues before I found the google group. I'll repost here.
1) Is there a reason to avoid using parameter names for injection instead of .$inject, like angular does? Specifically, for server side code that will never be minified? Are you planning on adding something like this?
2) npm install doesn't work. It installs a directory with only a package.json file. Please finish adding npm support.
3) Is there any way to support returning objects other than this? I have some manual dependency injection I'm trying to port to intravenous. Each module exports a function. The function takes dependencies and returns a model object, but not `this`. (It's not a class, it's just a function that returns something). Is there a simple way to supper this?
Thanks! Great work so far.
~sean