Skip to content

Instantly share code, notes, and snippets.

@davisml
Created November 9, 2012 20:18
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 davisml/4047971 to your computer and use it in GitHub Desktop.
Save davisml/4047971 to your computer and use it in GitHub Desktop.
{
"name": "operator-api",
"version": "0.0.1-54",
"author": "Mark Davis <davis@metalabdesign.com>",
"description": "Socket server for Operator",
"subdomain": "operator",
"scripts": {
"start": "./app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/metalabdesign/operator-api"
},
"dependencies": {
"express": "3.x",
"socket.io": "0.9.x",
"crypto": "0.0.x",
"mongodb": "1.1.11",
"mongoose": "3.3.1",
"redis": "0.8.x",
"apn": "1.2.x"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment