Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created November 11, 2012 07:03
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 mwawrusch/4054035 to your computer and use it in GitHub Desktop.
Save mwawrusch/4054035 to your computer and use it in GitHub Desktop.
{
"domain": "queue-processor.modeista.com",
"subdomain": "modeista-queue-processor",
"private": true,
"author": "Martin Wawrusch <martin@wawrusch.com> (http://martinatsunset.com)",
"name": "modeista-queue-processor",
"description": "Queue Processing for modeista",
"version": "0.0.1-3",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://bitbucket.org/modeista/modeista-queue-processor.git"
},
"bin": {},
"directories": {
"lib": "./lib",
"test": "./test"
},
"keywords": [
"modeista",
"modeista.com"
],
"scripts": {
"start": "lib/index.js",
"predeploy": "node_modules/.bin/coffee -c -o lib src",
"test": "NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -R spec test/*-test.coffee",
"test-xunit": "NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -C -R xunit test/*-test.coffee",
"server-watch": "node_modules/.bin/coffee -c -w -o lib src",
"client-watch": "node_modules/.bin/coffee -c -w -o public/js public_src/js",
"stylus": "node_modules/.bin/stylus --watch public_src/css --out public/css",
"dev-debug": "NODE_ENV=development nodemon --debug lib/index.js",
"dev": "NODE_ENV=development nodemon lib/index.js",
"inspect": "node-inspector &"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "3.0.2",
"airbrake": "0.2.9",
"mongoose": "3.3.1",
"underscore": "1.4.2",
"async": "0.1.22",
"colors": "0.6.0-1",
"pkginfo": "0.2.3",
"passport": "0.1.12",
"passport-http-bearer": "0.2.0",
"winston": "0.6.2",
"nconf": "0.6.5",
"corser": "1.1.2",
"http-bearer-token-file-store": "0.0.1",
"authorization-server-client": "0.0.3",
"amanda": "0.4.2",
"request": "2.11.4",
"pubnub": "3.1.9",
"modeista-api-client": "0.0.3",
"identity-server-client": "0.2.6",
"underscore.string": "2.3.0",
"modeista-queue-engine": "git+ssh://git@bitbucket.org/modeista/modeista-queue-engine.git",
"jade": "0.27.6",
"ejs": "0.8.3",
"stylus": "0.30.1",
"juice": "0.0.6",
"nodemailer": "0.3.31"
},
"bundledDependencies": [
"modeista-queue-engine"
],
"devDependencies": {
"coffee-script": "1.4.0",
"should": "1.2.1",
"mocha": "1.6.0",
"mongoskin": "0.4.4",
"eyes": "0.1.8"
},
"bugs": {
"url": "https://modeista.atlassian.net"
},
"licenses": [
{
"type": "Private",
"url": "http://bitbucket.org/modeista/modeista-queue-processor/raw/master/LICENSE"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment