0.0.5 • Published 9 years ago

iojs-dep-check v0.0.5

Weekly downloads
1
License
BSD
Repository
github
Last release
9 years ago

iojs-dep-check

Checks your npm dependencies to see if there are any modules that won't currently work with io.js.

The list of broken modules is dynamically taken (scraped) from https://github.com/iojs/io.js/issues/456
(only modules with open badge are taken)

This does not mean that your project will work well with iojs

how

$ npm install -g iojs-dep-check

Then go to any folder containing a package.json

$ npm install
$ iojs-dep-check