Skip to content

Instantly share code, notes, and snippets.

@gabrielschulhof
Created March 31, 2015 21:38
Show Gist options
  • Save gabrielschulhof/bd45900ac5b56c28396a to your computer and use it in GitHub Desktop.
Save gabrielschulhof/bd45900ac5b56c28396a to your computer and use it in GitHub Desktop.
( function() {
var simple = require( "simple" );
console.log( simple() );
} );
{
"name": "simple-consumer",
"version": "0.0.1",
"description": "Simple node.js package consumer",
"license": "MIT",
"author": "Gabriel Schulhof <[email protected]>",
"main": "index.js",
"dependencies": {
"simple": "file:../simple-node-package"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment