http://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm Here's what needs to be created: - [ ] a "t2-compiler" npm user - [ ] register hooks on behalf of "t2-compiler" with [wombat](https://www.npmjs.com/package/wombat) - [ ] must watch existing packages for _compiled_ modules. - [ ] a server that handles incoming HTTP POST requests - [ ] parse payload - [ ] determine required action (needs compilation? is blacklisted? etc) - [ ] do cross compilation - [ ] store compilation result assets on packages host