grunt-modverify

0.0.6 • Public • Published

grunt-modverify

NPM

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

Readme

Keywords

Package Sidebar

Install

npm i grunt-modverify

Weekly Downloads

1

Version

0.0.6

License

none

Last publish

Collaborators

  • eh
  • evanlucas