grunt-modverify
v0.0.6
Published
Verify that your dependencies are registered in your package.json
Downloads
7
Readme
grunt-modverify
A grunt plugin for verifying project dependencies
This is a very basic plugin that scans all of the files in your project verifying that each dependency that has been required
is present in your project's package.json
as either a dependency or devDepedency
If the required
module is a local module, it verifies that the file exists
options
- fileFilter (specify files or file types)
- default
['*.js']
- directoryFilter (used to ignore directories)
- default
['!.git', '!components', '!bower_components`', '!node_modules']
- excludes (used to exclude module from being verified)
- default
[]
License
MIT