Skip to content

Instantly share code, notes, and snippets.

@EhevuTov
Created July 11, 2012 16:59
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 EhevuTov/56ed82d5083acbf55f5a to your computer and use it in GitHub Desktop.
Save EhevuTov/56ed82d5083acbf55f5a to your computer and use it in GitHub Desktop.
bneiNoachDB 'package.json'
{
"name": "bneiNoachDB",
"version": "0.0.1-4",
"description": "A database for bnei Noach to find each other easily",
"author": {
"name": "James Gosnell",
"email": "jamesgosnell@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/EhevuTov/bneiNoachDB.git"
},
"scripts": {
"start": "./app.js"
},
"dependencies": {
"express": ">= 0.2.x",
"everyauth": ">0.2.x",
"jade": ">0.26.x"
},
"devDependencies": {},
"engines": {
"node": ">= 0.4.x"
},
"subdomain": "bneinoachdb.ehevutov",
"domains": [
"theark.info",
"www.theark.info"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment