clux / modul8

NO LONGER MAINTAINED - browserify is too similar and is better (see issues)
http://clux.github.com/modul8
MIT License
22 stars 4 forks source link

Add support for package.json #10

Closed Raynos closed 12 years ago

Raynos commented 12 years ago

Fixes #8 for all I care.

This allows us to "support" npm with a simple

.domains({ npm: path.join(__dirname, "node_modules") })

Sidenote: I don't do coffeescript, feel free to clean up the code with black magic from coffeescript