Skip to content

Instantly share code, notes, and snippets.

/package.json Secret

Created November 10, 2012 03:54
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 anonymous/98a5cc6cf537d189b950 to your computer and use it in GitHub Desktop.
Save anonymous/98a5cc6cf537d189b950 to your computer and use it in GitHub Desktop.
package.json (Guest38626)
{
"name": "teamswallow",
"version": "0.0.1-7",
"private": true,
"subdomain": "nko3-teamswallow.teamswallow",
"engines": {
"node": "0.8.x"
},
"bundleDependencies": [
"express",
"swallowapps",
"mongodb",
"async"
],
"scripts": {
"start": "node server.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment