Skip to content

Instantly share code, notes, and snippets.

@shunya
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 shunya/4049790 to your computer and use it in GitHub Desktop.
Save shunya/4049790 to your computer and use it in GitHub Desktop.
Nko3-Wonderland-Labs: package.json
{
"name": "nko3-wonderland-labs",
"version": "0.0.0-1",
"description": "Wonderland Labs",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:nko3/wonderland-labs.git"
},
"dependencies": {},
"engines": {
"node": "0.8.x"
},
"subdomain": "wonderland-labs.nko3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment