unpublished-dependencies
v1.0.2
Published
Check for unpublished dependencies in your Node.js project
Downloads
6
Readme
unpublished-dependencies
Checks recursively on a Node.js project folder for package.json
files, and reports if one or more of the unpublished packages is being used by the project.
Installation
$ npm install unpublished-dependencies -g
Usage
$ unpublished-dependencies /path/to/projects/folder
Authors and Contributors
Contributions are welcomed from anyone wanting to improve this project!
License & Copyright
unpublished-dependencies is Copyright (c) 2016 NodeSource and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.