What is NPM?
node package manager - a directory of modules from around the world that allow people to share code and keep track of versions
What is a package?
a directory with one or more files in it - also containing the file package.json
How can you create a package.json with npm?
using the npm innit –yes
What is a dependency and how to you add one to a package?
something that is required for the project - like jquery
What happens when you add a dependency to a package with npm?
node modules are added to repository and added to your package.json