Resolve scripts based on supported extensions.
npm install scripts


Resolve scripts based on supported extensions.
$ npm install scripts
Resolve a require-able script to a path, including extension.
``javascript`
var path = scripts.resolve('hello');
// => 'hello.js'
With CoffeeScript support:
`javascript
require('coffee-script');
var path = scripts.resolve('hello');
// => 'hello.coffee'
``
$ npm install
$ npm test
Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>