1ebf59e504b0cf4753abc0f7ede4e762831a6a5f.svn-base 286 Bytes
/**
 * package - Easy package.json exports.
 * 
 * Author: Veselin Todorov <hi@vesln.com>
 * Licensed under the MIT License.
 */

/**
 * Dependencies.
 */

var package = require('../')(__dirname + '/..'); // parent dir.

console.log(package); // This will contain the package.json data.