Skip to content

Instantly share code, notes, and snippets.

@bdefore
Created October 20, 2012 22:19
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 bdefore/3925023 to your computer and use it in GitHub Desktop.
Save bdefore/3925023 to your computer and use it in GitHub Desktop.
{
"name": "derbydots",
"description": "",
"version": "0.0.0-7",
"main": "./server.js",
"scripts": {
"start": "node server.js",
"test": "mocha --compilers coffee:coffee-script --recursive --reporter spec test"
},
"dependencies": {
"derby": "*",
"express": "3.0.0beta4",
"gzippo": ">=0.1.7"
},
"private": true,
"devDependencies": {
"coffee-script": ">=1.3.3"
},
"engines": {
"node": "0.8.x",
"npm": ">=1.1.49"
},
"subdomain": "bcdef.derbydots"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment