I've tried building as a NuGet package myself on windows (per the instructions on github, but specifying the version as 0.11.13) and it does seem to build.
But then adding to a NodeTool for VS 2013 project doesn't work, because the project is not a valid NuGet target or whatever. And then tried to add the normal npm (v 0.9.2) and tweaking version maps etc.
Bottom line, it's not working.
What's the easiest way to add a Node v .11.* (13) compatible version of EdgeJS to a VS 2013 Node Tools project?