Skip to content

Instantly share code, notes, and snippets.

@floating
Created September 13, 2013 15:25
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 floating/afd0d443f061b0bbb63a to your computer and use it in GitHub Desktop.
Save floating/afd0d443f061b0bbb63a to your computer and use it in GitHub Desktop.
{
"name": "hashpay",
"description": "Tweet payments to your friends.",
"version": "0.0.0-49",
"author": "cjm <cjm@ffloat.com>",
"private": true,
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"start": "coffee app.coffee"
},
"repository": {
"type": "git",
"url": "git@github.com:floating/hashpay_front.git"
},
"dependencies": {
"socketstream": "0.3.x",
"ss-coffee": "0.1.x",
"ss-jade": "0.1.x",
"ss-stylus": "0.1.x",
"ss-hogan": "0.1.x",
"mongodb": "~1.1.11",
"everyauth": "~0.3.1",
"lodash": "~0.9.2",
"async": "~0.1.22",
"redis": "~0.8.2",
"balanced": "0.0.0"
},
"subdomain": "hashpay",
"domains": [
"hashpay.com",
"www.hashpay.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment