Skip to content

Instantly share code, notes, and snippets.

@bwestmoreland
Created January 12, 2013 23:13
Show Gist options
  • Save bwestmoreland/4520956 to your computer and use it in GitHub Desktop.
Save bwestmoreland/4520956 to your computer and use it in GitHub Desktop.
package.json boilerplate
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.5",
"ejs": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment