Created
August 20, 2011 16:25
-
-
Save indexzero/1159290 to your computer and use it in GitHub Desktop.
The simplest possible package.json for installing things with npm.
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
mkdir sandbox | |
curl https://gist.github.com/gists/1159290/download -o node-sandbox.tgz | |
tar zxvf node-sandbox.tgz | |
mv gist1159290*/* sandbox/ | |
rm -rf gist1159290* | |
cd sandbox |
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": "sandbox", | |
"description": "A simple sandbox for running npm modules in the REPL", | |
"engine": "node 0.4.x || 0.5.x" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or just having 'node_modules' dir will do