Skip to content

Instantly share code, notes, and snippets.

@voronianski
Created October 11, 2012 13:09
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 voronianski/3872161 to your computer and use it in GitHub Desktop.
Save voronianski/3872161 to your computer and use it in GitHub Desktop.
package json for yawnt
{
"name": "geotest",
"subdomain": "geotest",
"author": "Dmitri Voronianski <dmitri.voronianski@gmail.com>",
"scripts": {
"start": "server.js"
},
"version": "0.0.2-3",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"socket.io": "0.9.x",
"node-static": "x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment