Created
March 31, 2015 21:38
-
-
Save gabrielschulhof/bd45900ac5b56c28396a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( function() { | |
var simple = require( "simple" ); | |
console.log( simple() ); | |
} ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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