`json-socket` has issues with multibyte characters in large messages.
`socket.io` appears to be much more actively maintained and properly
supports the messages `json-socket` was having problems with.
* - Fixes windows by using cross-spawn, closes#57, #62
- Fixes babel node issue where child processes aren't killed, closes#61
* Cleaning up quotes and passing colors through
* Fixing log color output