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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.6
    1
  • 0.0.5
    0
  • 0.0.4
    1
  • 0.0.3
    0
  • 0.0.2
    1

Package Sidebar

Install

npm i grunt-modverify

Weekly Downloads

3

Version

0.0.6

License

none

Last publish

Collaborators

  • eh
  • evanlucas