Skip to content

Instantly share code, notes, and snippets.

@soroushhakami
Created February 18, 2013 18:25
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 soroushhakami/4979458 to your computer and use it in GitHub Desktop.
Save soroushhakami/4979458 to your computer and use it in GitHub Desktop.
package.json
{
"name": "pairmodoro",
"description": "tools for pairprogramming",
"version": "0.0.1-29",
"private": true,
"dependencies": {
"express": "3.x",
"mongoose": "3.5.x"
},
"domains": [
"pairmodoro.com",
"www.pairmodoro.com"
],
"subdomain": "soroush.server",
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment