Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created November 9, 2012 20:08
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/4047913 to your computer and use it in GitHub Desktop.
Save mwawrusch/4047913 to your computer and use it in GitHub Desktop.
{
"domain": "identity.modeista.com",
"subdomain": "modeista-identity",
"private": true,
"author": "Martin Wawrusch <martin@wawrusch.com> (http://martinatsunset.com)",
"name": "modeista-identity",
"description": "Manages identities (login and stuff)",
"version": "0.0.1-70",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/mwawrusch/modeista-identity.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;",
"postdeploy": "echo This will be run after deploying the app",
"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.1",
"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",
"unicode": "0.4.3",
"bcrypt": "0.7.2",
"passgen": "1.0.1",
"gravatar": "1.0.6",
"mongoose-plugins-accessible-by": "0.0.1",
"amanda": "0.4.2",
"modeista-queue-engine": "git+ssh://git@bitbucket.org/modeista/modeista-queue-engine.git",
"date-utils": "1.2.12"
},
"bundledDependencies": [
"modeista-queue-engine"
],
"devDependencies": {
"coffee-script": "1.4.0",
"should": "1.2.1",
"stylus": "0.30.1",
"mocha": "1.6.0",
"request": "2.11.4",
"mongoskin": "0.4.4"
},
"bugs": {
"url": "https://modeista.atlassian.net"
},
"licenses": [
{
"type": "Private",
"url": "http://bitbucket.org/modeista/modeista-identity/raw/master/LICENSE"
}
],
"env": {
"CXX": "/opt/local/bin/g++ -m64",
"CPPFLAGS": "-I/opt/local/include",
"LD_OPTIONS": "-L/opt/local/lib -lsocket -lnsl",
"PYTHON": "/opt/local/bin/python2.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment