Skip to content

Instantly share code, notes, and snippets.

@alensiljak
Created October 16, 2012 15:19
Show Gist options
  • Save alensiljak/3899912 to your computer and use it in GitHub Desktop.
Save alensiljak/3899912 to your computer and use it in GitHub Desktop.
package.json definition for minimalist web server
{
"name": "minimal-web-server",
"version": "1.0.0",
"dependencies" : {
"node-static" : "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment