Skip to content

Instantly share code, notes, and snippets.

@enliven-
Created May 2, 2013 14:46
Show Gist options
  • Select an option

  • Save enliven-/5502705 to your computer and use it in GitHub Desktop.

Select an option

Save enliven-/5502705 to your computer and use it in GitHub Desktop.
{
"name": "signal-master",
"version": "0.0.1-1",
"repository": {
"type": "git",
"url": "git@github.com:andyet/signal-master.git"
},
"description": "Mind-meldification for teams",
"dependencies": {
"async": "0.1.9",
"node-uuid": "1.2.0",
"redis": "",
"underscore": "",
"precommit-hook": "",
"getconfig": "",
"yetify": "0.0.1",
"socket.io": ""
},
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "video-signal-server"
}
@Swaagie

Swaagie commented May 2, 2013

Copy link
Copy Markdown
{
  "name": "signal-master",
  "version": "0.0.1-1",
  "repository": {
    "type": "git",
    "url": "git@github.com:andyet/signal-master.git"
  },
  "description": "Mind-meldification for teams",
  "dependencies": {
    "async": "0.1.9",
    "node-uuid": "1.2.0",
    "redis": "",
    "underscore": "",
    "getconfig": "",
    "yetify": "0.0.1",
    "socket.io": ""
  },
  "devDependencies": {
    "precommit-hook": ""
  },
  "scripts": {
    "start": "node server.js"
  },
  "engines": {
    "node": "0.8.x"
  },
  "subdomain": "video-signal-server"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment