What is my package name?

I am going through the “Manage Packages with npm”, I am stuck at the dist-tag part.
Here is a link to the project:
https://ide.c9.io/tormundgiantsbane/npm_testing

My problem is that you are supposed to add a dist-tag like this:
npm dist-tag add <pkg>@<version> [<tag>]

but I cannot figure out what my package is, maybe I am not referencing it right, but I just cant figure out what my package name is. If anyone knows, that would be much appreciated.