Trying to use a lib but getting this error...
npm ERR! JSON.parse Failed to parse package.json data. npm ERR! JSON.parse Note that package.json must be actua
Super cool way to fix / validate the package.json :
node package.json
and you have your json validated or the error line.
Why use jsonlint, sounds pretty lame.