0.0.1 • Published 11 years ago

traverse-components v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

traverse-components

A helper to traverse a component's dependencies.

Installation

$ npm install traverse-components

API

traverse(file, callback)

Traverse a component.json file's dependencies, calling callback with:

{
  json: { ... } // the dep's component.json
  file: '...' // the path to the component.json file
  parent: { ... } // the parent's component.json
}

License

MIT