Skip to content

Instantly share code, notes, and snippets.

@ramontristani
Last active August 29, 2015 13:56
Show Gist options
  • Save ramontristani/9203574 to your computer and use it in GitHub Desktop.
Save ramontristani/9203574 to your computer and use it in GitHub Desktop.
Basic package.json
{
"name": "nodejs-app-development",
"description": "An introduction to building web applications with Node.js",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"path": "~0.4.9",
"connect": "~2.13.0",
"express": "~3.4.8",
"ejs": "~0.8.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment