blob: c4790692d9d29ea20fcd74fce673c5f65ffeee2a [file] [log] [blame]
/**
* package - Easy package.json exports.
*
* Author: Veselin Todorov <hi@vesln.com>
* Licensed under the MIT License.
*/
/**
* Dependencies.
*/
var package = require('../')(module);
console.log(package); // This will contain the package.json data.