In my `package.json' file, it seems that all the Angular depedencies are prefixed by @. What does this mean? E.g.
"dependencies": {
"@angular/common": "2.0.0-rc.5",
Why not just as below, with no @?
"dependencies": {
"angular/common": "2.0.0-rc.5",