Skip to content

Instantly share code, notes, and snippets.

@hiattp
Created September 10, 2012 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiattp/3688789 to your computer and use it in GitHub Desktop.
Save hiattp/3688789 to your computer and use it in GitHub Desktop.
Foodex Demo package.json
{
"name": "food-exercises",
"version": "0.0.3-1",
"private": true,
"dependencies": {
"express": "2.5.8",
"ejs": ">= 0.0.1"
},
"scripts": {
"start": "app.js"
},
"engines": {
"node": "0.6.x"
},
"subdomain": "foodex"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment