Node.js - autoresolve
This autoresolves package locations for you. This prevents such ugliness as:
var mypackage = ;var another = ;var somepack = ;
Installation
npm install autoresolve
Example
autoresolve
simply looks for your package.json
file and considers that its base directory. If it can't find package.json
, it then uses process.cwd()
.
var P = ;var customer = ;
License
Licensed under MIT. See LICENSE
for more details.
Copyright (c) 2012 JP Richardson