title: Managing Node.js Dependencies with Shrinkwrap author: Dave Pacheco date: Mon Feb 27 2012 10:51:59 GMT-0800 (PST) status: publish category: npm slug: managing-node-js-dependencies-with-shrinkwrap

SYNOPSIS npm shrinkwrap

DESCRIPTION This command locks down the versions of a package's dependencies so that you can control exactly which versions of each dependency will be used when your package is installed.