I had to change the version of my npm app from 0.1 to 0.0.1 in order for npm not to do this.
$ npm install npm ERR! install Couldn\'t read dependencies npm
Simple answer - use 0.1.0
0.1.0
0.1 will not work
0.1
Happy coding!