...
Create a new NPM user at https://www.npmjs.com.
Set up your NPM author information (taken from https://gist.github.com/coolaj86/1318304):
Code Block npm set init.author.name "Your Name" npm set init.author.email "you@edx.org" npm adduser # enter your npm username and password
Confirm your settings:
Code Block npm config ls
- Create an IT ticket to request that your account be made a contributor
...